Html Css Color HEX #88C113 Lima

📋 copy color: '#88C113'

red 136 ◦ green 193 ◦ blue 19

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

Shades of Lima #88C113

Tints of Lima #88C113

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.46%

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

R = 39.08%
G = 55.46%
B = 5.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#88C113 (or 0x88C113) is known color: Lima. HEX triplet: 88, C1 and 13. RGB value is (136,193,19). Sum of RGB (Red+Green+Blue) = 136+193+19=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 193 (75.78% from 255 or 55.46% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 193 - color contains mainly: green. Hex color #88C113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C113 is #773EEC. Grayscale: #9C9C9C. Windows color (decimal): -7814893 or 1294728. OLE color: 1294728.

HSL color Cylindrical-coordinate representation of color #88C113: hue angle of 79.66º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88C113 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 193 19 -
CMYK 0.30 0 0.90 0.24
HSL 79.66º 0.82% 0.42% -
HSV(B) 79.66º 0.9% 0.76% -
XYZ 29.34 43.42 7.45 -
YUV 156.12 50.62 113.65 -
System Red Green Blue C M Y K H S L
Decimal 136 193 19 0.30 0 0.90 0.24 79.66 0.82 0.42
Hex 88 C1 13 1E 0 5A 18 50 52 2A
Octal 210 301 23 36 0 132 30 120 122 52
Binary 10001000 11000001 10011 11110 0 1011010 11000 1010000 1010010 101010

Color Harmonies of #88C113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C113

Black with #88C113

Text Example


Text Example

White with #88C113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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