Html Css Color HEX #88C013 Lima

📋 copy color: '#88C013'

red 136 ◦ green 192 ◦ blue 19

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

Shades of Lima #88C013

Tints of Lima #88C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.33%

 BLUE value IS 19 (7.81% from 255) = 5.48%

R = 39.19%
G = 55.33%
B = 5.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#88C013 (or 0x88C013) is known color: Lima. HEX triplet: 88, C0 and 13. RGB value is (136,192,19). Sum of RGB (Red+Green+Blue) = 136+192+19=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #88C013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C013 is #773FEC. Grayscale: #9C9C9C. Windows color (decimal): -7815149 or 1294472. OLE color: 1294472.

HSL color Cylindrical-coordinate representation of color #88C013: hue angle of 79.42º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88C013 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 192 19 -
CMYK 0.29 0 0.90 0.25
HSL 79.42º 0.82% 0.41% -
HSV(B) 79.42º 0.9% 0.75% -
XYZ 29.12 42.98 7.38 -
YUV 155.53 50.95 114.07 -
System Red Green Blue C M Y K H S L
Decimal 136 192 19 0.29 0 0.90 0.25 79.42 0.82 0.41
Hex 88 C0 13 1D 0 5A 19 4F 52 29
Octal 210 300 23 35 0 132 31 117 122 51
Binary 10001000 11000000 10011 11101 0 1011010 11001 1001111 1010010 101001

Color Harmonies of #88C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C013

Black with #88C013

Text Example


Text Example

White with #88C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,192,19); }

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

background-color css

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

 a { background-color: rgb(136,192,19); }

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

border-color css

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

 span { border-color: rgb(136,192,19); }

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