Html Css Color HEX #88C418 Lima

📋 copy color: '#88C418'

red 136 ◦ green 196 ◦ blue 24

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

Shades of Lima #88C418

Tints of Lima #88C418

RGB

 RED value IS 136 (53.52% from 255) = 38.2%

 GREEN value IS 196 (76.95% from 255) = 55.06%

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

R = 38.2%
G = 55.06%
B = 6.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#88C418 (or 0x88C418) is known color: Lima. HEX triplet: 88, C4 and 18. RGB value is (136,196,24). Sum of RGB (Red+Green+Blue) = 136+196+24=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #88C418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C418 is #773BE7. Grayscale: #9F9F9F. Windows color (decimal): -7814120 or 1623176. OLE color: 1623176.

HSL color Cylindrical-coordinate representation of color #88C418: hue angle of 80.93º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88C418 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 136 196 24 -
CMYK 0.31 0 0.88 0.23
HSL 80.93º 0.78% 0.43% -
HSV(B) 80.93º 0.88% 0.77% -
XYZ 30.06 44.78 7.92 -
YUV 158.45 52.12 111.99 -
System Red Green Blue C M Y K H S L
Decimal 136 196 24 0.31 0 0.88 0.23 80.93 0.78 0.43
Hex 88 C4 18 1F 0 58 17 51 4E 2B
Octal 210 304 30 37 0 130 27 121 116 53
Binary 10001000 11000100 11000 11111 0 1011000 10111 1010001 1001110 101011

Color Harmonies of #88C418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C418

Black with #88C418

Text Example


Text Example

White with #88C418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88C418; }

 p { color: rgb(136,196,24); }

 H1.HeaderClassName
 {
   color: #88C418;
 }
 .AnyTagClassName
 {
   color: #88C418;
 }
</style>

background-color css

<style>
 a { background-color: #88C418; }

 a { background-color: rgb(136,196,24); }

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

border-color css

<style>
 span { border-color: #88C418; }

 span { border-color: rgb(136,196,24); }

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