Html Css Color HEX #88C518 Lima

📋 copy color: '#88C518'

red 136 ◦ green 197 ◦ blue 24

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

Shades of Lima #88C518

Tints of Lima #88C518

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.18%

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

R = 38.1%
G = 55.18%
B = 6.72%

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

#88C518 (or 0x88C518) is known color: Lima. HEX triplet: 88, C5 and 18. RGB value is (136,197,24). Sum of RGB (Red+Green+Blue) = 136+197+24=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #88C518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C518 is #773AE7. Grayscale: #9F9F9F. Windows color (decimal): -7813864 or 1623432. OLE color: 1623432.

HSL color Cylindrical-coordinate representation of color #88C518: hue angle of 81.16º 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 #88C518 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 136 197 24 -
CMYK 0.31 0 0.88 0.23
HSL 81.16º 0.78% 0.43% -
HSV(B) 81.16º 0.88% 0.77% -
XYZ 30.28 45.23 8 -
YUV 159.04 51.79 111.57 -
System Red Green Blue C M Y K H S L
Decimal 136 197 24 0.31 0 0.88 0.23 81.16 0.78 0.43
Hex 88 C5 18 1F 0 58 17 51 4E 2B
Octal 210 305 30 37 0 130 27 121 116 53
Binary 10001000 11000101 11000 11111 0 1011000 10111 1010001 1001110 101011

Color Harmonies of #88C518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C518

Black with #88C518

Text Example


Text Example

White with #88C518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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