Html Css Color HEX #22C32F Lime Green

📋 copy color: '#22C32F'

red 34 ◦ green 195 ◦ blue 47

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

Shades of Lime Green #22C32F

Tints of Lime Green #22C32F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 70.65%

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

R = 12.32%
G = 70.65%
B = 17.03%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#22C32F (or 0x22C32F) is known color: Lime Green. HEX triplet: 22, C3 and 2F. RGB value is (34,195,47). Sum of RGB (Red+Green+Blue) = 34+195+47=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 195 (76.56% from 255 or 70.65% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 195 - color contains mainly: green. Hex color #22C32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C32F is #DD3CD0. Grayscale: #828282. Windows color (decimal): -14499025 or 3130146. OLE color: 3130146.

HSL color Cylindrical-coordinate representation of color #22C32F: hue angle of 124.84º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C32F is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 34 195 47 -
CMYK 0.83 0 0.76 0.24
HSL 124.84º 0.7% 0.45% -
HSV(B) 124.84º 0.83% 0.76% -
XYZ 20.69 39.58 9.24 -
YUV 129.99 81.16 59.53 -
System Red Green Blue C M Y K H S L
Decimal 34 195 47 0.83 0 0.76 0.24 124.84 0.7 0.45
Hex 22 C3 2F 53 0 4C 18 7D 46 2D
Octal 42 303 57 123 0 114 30 175 106 55
Binary 100010 11000011 101111 1010011 0 1001100 11000 1111101 1000110 101101

Color Harmonies of #22C32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C32F

Black with #22C32F

Text Example


Text Example

White with #22C32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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