Html Css Color HEX #88BE13 Lima

📋 copy color: '#88BE13'

red 136 ◦ green 190 ◦ blue 19

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

Shades of Lima #88BE13

Tints of Lima #88BE13

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.07%

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

R = 39.42%
G = 55.07%
B = 5.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#88BE13 (or 0x88BE13) is known color: Lima. HEX triplet: 88, BE and 13. RGB value is (136,190,19). Sum of RGB (Red+Green+Blue) = 136+190+19=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #88BE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BE13 is #7741EC. Grayscale: #9A9A9A. Windows color (decimal): -7815661 or 1293960. OLE color: 1293960.

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

Color convert

RGB 136 190 19 -
CMYK 0.28 0 0.90 0.25
HSL 78.95º 0.82% 0.41% -
HSV(B) 78.95º 0.9% 0.75% -
XYZ 28.68 42.11 7.23 -
YUV 154.36 51.61 114.9 -
System Red Green Blue C M Y K H S L
Decimal 136 190 19 0.28 0 0.90 0.25 78.95 0.82 0.41
Hex 88 BE 13 1C 0 5A 19 4F 52 29
Octal 210 276 23 34 0 132 31 117 122 51
Binary 10001000 10111110 10011 11100 0 1011010 11001 1001111 1010010 101001

Color Harmonies of #88BE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BE13

Black with #88BE13

Text Example


Text Example

White with #88BE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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