Html Css Color HEX #7DC81B Lima

📋 copy color: '#7DC81B'

red 125 ◦ green 200 ◦ blue 27

#7DC81B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7DC81B

Tints of Lima #7DC81B

RGB

 RED value IS 125 (49.22% from 255) = 35.51%

 GREEN value IS 200 (78.52% from 255) = 56.82%

 BLUE value IS 27 (10.94% from 255) = 7.67%

R = 35.51%
G = 56.82%
B = 7.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7DC81B (or 0x7DC81B) is known color: Lima. HEX triplet: 7D, C8 and 1B. RGB value is (125,200,27). Sum of RGB (Red+Green+Blue) = 125+200+27=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC81B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC81B is #8237E4. Grayscale: #9E9E9E. Windows color (decimal): -8533989 or 1820797. OLE color: 1820797.

HSL color Cylindrical-coordinate representation of color #7DC81B: hue angle of 86.01º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7DC81B is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 200 27 -
CMYK 0.38 0 0.86 0.22
HSL 86.01º 0.76% 0.45% -
HSV(B) 86.01º 0.87% 0.78% -
XYZ 29.31 45.75 8.32 -
YUV 157.85 54.15 104.57 -
System Red Green Blue C M Y K H S L
Decimal 125 200 27 0.38 0 0.86 0.22 86.01 0.76 0.45
Hex 7D C8 1B 26 0 56 16 56 4C 2D
Octal 175 310 33 46 0 126 26 126 114 55
Binary 1111101 11001000 11011 100110 0 1010110 10110 1010110 1001100 101101

Color Harmonies of #7DC81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC81B

Black with #7DC81B

Text Example


Text Example

White with #7DC81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DC81B; }

 p { color: rgb(125,200,27); }

 H1.HeaderClassName
 {
   color: #7DC81B;
 }
 .AnyTagClassName
 {
   color: #7DC81B;
 }
</style>

background-color css

<style>
 a { background-color: #7DC81B; }

 a { background-color: rgb(125,200,27); }

 div.DivClassName
 {
   background-color: #7DC81B;
 }
 .BgClassName
 {
   background-color: #7DC81B;
 }
</style>

border-color css

<style>
 span { border-color: #7DC81B; }

 span { border-color: rgb(125,200,27); }

 td.TdClassName
 {
   border-color: #7DC81B;
 }
 .TagClassName
 {
   border-color: #7DC81B;
 }
</style>