Html Css Color HEX #88BF14 Lima

📋 copy color: '#88BF14'

red 136 ◦ green 191 ◦ blue 20

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

Shades of Lima #88BF14

Tints of Lima #88BF14

RGB

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

 GREEN value IS 191 (75% from 255) = 55.04%

 BLUE value IS 20 (8.2% from 255) = 5.76%

R = 39.19%
G = 55.04%
B = 5.76%

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

#88BF14 (or 0x88BF14) is known color: Lima. HEX triplet: 88, BF and 14. RGB value is (136,191,20). Sum of RGB (Red+Green+Blue) = 136+191+20=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BF14 is #7740EB. Grayscale: #9B9B9B. Windows color (decimal): -7815404 or 1359752. OLE color: 1359752.

HSL color Cylindrical-coordinate representation of color #88BF14: hue angle of 79.3º degrees, saturation: 0.81, 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 #88BF14 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 191 20 -
CMYK 0.29 0 0.90 0.25
HSL 79.3º 0.81% 0.41% -
HSV(B) 79.3º 0.9% 0.75% -
XYZ 28.91 42.55 7.35 -
YUV 155.06 51.78 114.4 -
System Red Green Blue C M Y K H S L
Decimal 136 191 20 0.29 0 0.90 0.25 79.3 0.81 0.41
Hex 88 BF 14 1D 0 5A 19 4F 51 29
Octal 210 277 24 35 0 132 31 117 121 51
Binary 10001000 10111111 10100 11101 0 1011010 11001 1001111 1010001 101001

Color Harmonies of #88BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BF14

Black with #88BF14

Text Example


Text Example

White with #88BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,191,20); }

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

background-color css

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

 a { background-color: rgb(136,191,20); }

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

border-color css

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

 span { border-color: rgb(136,191,20); }

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