Html Css Color HEX #88C022 Limerick

📋 copy color: '#88C022'

red 136 ◦ green 192 ◦ blue 34

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

Shades of Limerick #88C022

Tints of Limerick #88C022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.39%

R = 37.57%
G = 53.04%
B = 9.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#88C022 (or 0x88C022) is known color: Limerick. HEX triplet: 88, C0 and 22. RGB value is (136,192,34). Sum of RGB (Red+Green+Blue) = 136+192+34=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #88C022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C022 is #773FDD. Grayscale: #9D9D9D. Windows color (decimal): -7815134 or 2277512. OLE color: 2277512.

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

Color convert

RGB 136 192 34 -
CMYK 0.29 0 0.82 0.25
HSL 81.27º 0.7% 0.44% -
HSV(B) 81.27º 0.82% 0.75% -
XYZ 29.29 43.05 8.28 -
YUV 157.24 58.45 112.85 -
System Red Green Blue C M Y K H S L
Decimal 136 192 34 0.29 0 0.82 0.25 81.27 0.7 0.44
Hex 88 C0 22 1D 0 52 19 51 46 2C
Octal 210 300 42 35 0 122 31 121 106 54
Binary 10001000 11000000 100010 11101 0 1010010 11001 1010001 1000110 101100

Color Harmonies of #88C022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C022

Black with #88C022

Text Example


Text Example

White with #88C022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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