Html Css Color HEX #22C01F Lime Green

📋 copy color: '#22C01F'

red 34 ◦ green 192 ◦ blue 31

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

Shades of Lime Green #22C01F

Tints of Lime Green #22C01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 13.23%
G = 74.71%
B = 12.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#22C01F (or 0x22C01F) is known color: Lime Green. HEX triplet: 22, C0 and 1F. RGB value is (34,192,31). Sum of RGB (Red+Green+Blue) = 34+192+31=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #22C01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C01F is #DD3FE0. Grayscale: #7E7E7E. Windows color (decimal): -14499809 or 2080802. OLE color: 2080802.

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

Color convert

RGB 34 192 31 -
CMYK 0.82 0 0.84 0.25
HSL 118.88º 0.72% 0.44% -
HSV(B) 118.88º 0.84% 0.75% -
XYZ 19.76 38.14 7.62 -
YUV 126.4 74.15 62.09 -
System Red Green Blue C M Y K H S L
Decimal 34 192 31 0.82 0 0.84 0.25 118.88 0.72 0.44
Hex 22 C0 1F 52 0 54 19 77 48 2C
Octal 42 300 37 122 0 124 31 167 110 54
Binary 100010 11000000 11111 1010010 0 1010100 11001 1110111 1001000 101100

Color Harmonies of #22C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C01F

Black with #22C01F

Text Example


Text Example

White with #22C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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