Html Css Color HEX #22C02F Lime Green

📋 copy color: '#22C02F'

red 34 ◦ green 192 ◦ blue 47

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

Shades of Lime Green #22C02F

Tints of Lime Green #22C02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 12.45%
G = 70.33%
B = 17.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#22C02F (or 0x22C02F) is known color: Lime Green. HEX triplet: 22, C0 and 2F. RGB value is (34,192,47). Sum of RGB (Red+Green+Blue) = 34+192+47=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #22C02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C02F is #DD3FD0. Grayscale: #808080. Windows color (decimal): -14499793 or 3129378. OLE color: 3129378.

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

Color convert

RGB 34 192 47 -
CMYK 0.82 0 0.76 0.25
HSL 124.94º 0.7% 0.44% -
HSV(B) 124.94º 0.82% 0.75% -
XYZ 20.02 38.24 9.02 -
YUV 128.23 82.15 60.79 -
System Red Green Blue C M Y K H S L
Decimal 34 192 47 0.82 0 0.76 0.25 124.94 0.7 0.44
Hex 22 C0 2F 52 0 4C 19 7D 46 2C
Octal 42 300 57 122 0 114 31 175 106 54
Binary 100010 11000000 101111 1010010 0 1001100 11001 1111101 1000110 101100

Color Harmonies of #22C02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C02F

Black with #22C02F

Text Example


Text Example

White with #22C02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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