Html Css Color HEX #22E130 Lime Green

📋 copy color: '#22E130'

red 34 ◦ green 225 ◦ blue 48

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

Shades of Lime Green #22E130

Tints of Lime Green #22E130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 73.29%

 BLUE value IS 48 (19.14% from 255) = 15.64%

R = 11.07%
G = 73.29%
B = 15.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#22E130 (or 0x22E130) is known color: Lime Green. HEX triplet: 22, E1 and 30. RGB value is (34,225,48). Sum of RGB (Red+Green+Blue) = 34+225+48=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 225 (88.28% from 255 or 73.29% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 225 - color contains mainly: green. Hex color #22E130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22E130 is #DD1ECF. Grayscale: #949494. Windows color (decimal): -14491344 or 3203362. OLE color: 3203362.

HSL color Cylindrical-coordinate representation of color #22E130: hue angle of 124.4º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22E130 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 34 225 48 -
CMYK 0.85 0 0.79 0.12
HSL 124.4º 0.76% 0.51% -
HSV(B) 124.4º 0.85% 0.88% -
XYZ 28.12 54.4 11.82 -
YUV 147.71 71.72 46.89 -
System Red Green Blue C M Y K H S L
Decimal 34 225 48 0.85 0 0.79 0.12 124.4 0.76 0.51
Hex 22 E1 30 55 0 4F C 7C 4C 33
Octal 42 341 60 125 0 117 14 174 114 63
Binary 100010 11100001 110000 1010101 0 1001111 1100 1111100 1001100 110011

Color Harmonies of #22E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22E130

Black with #22E130

Text Example


Text Example

White with #22E130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,225,48); }

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

background-color css

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

 a { background-color: rgb(34,225,48); }

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

border-color css

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

 span { border-color: rgb(34,225,48); }

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