Html Css Color HEX #22C028 Lime Green

📋 copy color: '#22C028'

red 34 ◦ green 192 ◦ blue 40

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

Shades of Lime Green #22C028

Tints of Lime Green #22C028

RGB

 RED value IS 34 (13.67% from 255) = 12.78%

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

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 12.78%
G = 72.18%
B = 15.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#22C028 (or 0x22C028) is known color: Lime Green. HEX triplet: 22, C0 and 28. RGB value is (34,192,40). Sum of RGB (Red+Green+Blue) = 34+192+40=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 192 (75.39% from 255 or 72.18% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 192 - color contains mainly: green. Hex color #22C028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C028 is #DD3FD7. Grayscale: #7F7F7F. Windows color (decimal): -14499800 or 2670626. OLE color: 2670626.

HSL color Cylindrical-coordinate representation of color #22C028: hue angle of 122.28º 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 #22C028 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 192 40 -
CMYK 0.82 0 0.79 0.25
HSL 122.28º 0.7% 0.44% -
HSV(B) 122.28º 0.82% 0.75% -
XYZ 19.89 38.19 8.33 -
YUV 127.43 78.65 61.36 -
System Red Green Blue C M Y K H S L
Decimal 34 192 40 0.82 0 0.79 0.25 122.28 0.7 0.44
Hex 22 C0 28 52 0 4F 19 7A 46 2C
Octal 42 300 50 122 0 117 31 172 106 54
Binary 100010 11000000 101000 1010010 0 1001111 11001 1111010 1000110 101100

Color Harmonies of #22C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C028

Black with #22C028

Text Example


Text Example

White with #22C028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22C028; }

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

 H1.HeaderClassName
 {
   color: #22C028;
 }
 .AnyTagClassName
 {
   color: #22C028;
 }
</style>

background-color css

<style>
 a { background-color: #22C028; }

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

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

border-color css

<style>
 span { border-color: #22C028; }

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

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