Html Css Color HEX #22D52F Lime Green

📋 copy color: '#22D52F'

red 34 ◦ green 213 ◦ blue 47

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

Shades of Lime Green #22D52F

Tints of Lime Green #22D52F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 72.45%

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

R = 11.56%
G = 72.45%
B = 15.99%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#22D52F (or 0x22D52F) is known color: Lime Green. HEX triplet: 22, D5 and 2F. RGB value is (34,213,47). Sum of RGB (Red+Green+Blue) = 34+213+47=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 213 (83.59% from 255 or 72.45% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 213 - color contains mainly: green. Hex color #22D52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D52F is #DD2AD0. Grayscale: #8D8D8D. Windows color (decimal): -14494417 or 3134754. OLE color: 3134754.

HSL color Cylindrical-coordinate representation of color #22D52F: hue angle of 124.36º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D52F is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 34 213 47 -
CMYK 0.84 0 0.78 0.16
HSL 124.36º 0.72% 0.48% -
HSV(B) 124.36º 0.84% 0.84% -
XYZ 24.97 48.13 10.66 -
YUV 140.56 75.2 52 -
System Red Green Blue C M Y K H S L
Decimal 34 213 47 0.84 0 0.78 0.16 124.36 0.72 0.48
Hex 22 D5 2F 54 0 4E 10 7C 48 30
Octal 42 325 57 124 0 116 20 174 110 60
Binary 100010 11010101 101111 1010100 0 1001110 10000 1111100 1001000 110000

Color Harmonies of #22D52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22D52F

Black with #22D52F

Text Example


Text Example

White with #22D52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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