Html Css Color HEX #7DAB18 Lima

📋 copy color: '#7DAB18'

red 125 ◦ green 171 ◦ blue 24

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

Shades of Lima #7DAB18

Tints of Lima #7DAB18

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.44%

 BLUE value IS 24 (9.77% from 255) = 7.5%

R = 39.06%
G = 53.44%
B = 7.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#7DAB18 (or 0x7DAB18) is known color: Lima. HEX triplet: 7D, AB and 18. RGB value is (125,171,24). Sum of RGB (Red+Green+Blue) = 125+171+24=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAB18 is #8254E7. Grayscale: #8D8D8D. Windows color (decimal): -8541416 or 1616765. OLE color: 1616765.

HSL color Cylindrical-coordinate representation of color #7DAB18: hue angle of 78.78º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DAB18 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 171 24 -
CMYK 0.27 0 0.86 0.33
HSL 78.78º 0.75% 0.38% -
HSV(B) 78.78º 0.86% 0.67% -
XYZ 23.19 33.55 6.12 -
YUV 140.49 62.26 116.95 -
System Red Green Blue C M Y K H S L
Decimal 125 171 24 0.27 0 0.86 0.33 78.78 0.75 0.38
Hex 7D AB 18 1B 0 56 21 4F 4B 26
Octal 175 253 30 33 0 126 41 117 113 46
Binary 1111101 10101011 11000 11011 0 1010110 100001 1001111 1001011 100110

Color Harmonies of #7DAB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB18

Black with #7DAB18

Text Example


Text Example

White with #7DAB18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,171,24); }

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

background-color css

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

 a { background-color: rgb(125,171,24); }

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

border-color css

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

 span { border-color: rgb(125,171,24); }

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