Html Css Color HEX #22E131 Lime Green

📋 copy color: '#22E131'

red 34 ◦ green 225 ◦ blue 49

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

Shades of Lime Green #22E131

Tints of Lime Green #22E131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.91%

R = 11.04%
G = 73.05%
B = 15.91%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#22E131 (or 0x22E131) is known color: Lime Green. HEX triplet: 22, E1 and 31. RGB value is (34,225,49). Sum of RGB (Red+Green+Blue) = 34+225+49=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 225 (88.28% from 255 or 73.05% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 225 - color contains mainly: green. Hex color #22E131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22E131 is #DD1ECE. Grayscale: #949494. Windows color (decimal): -14491343 or 3268898. OLE color: 3268898.

HSL color Cylindrical-coordinate representation of color #22E131: hue angle of 124.71º 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 #22E131 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 34 225 49 -
CMYK 0.85 0 0.78 0.12
HSL 124.71º 0.76% 0.51% -
HSV(B) 124.71º 0.85% 0.88% -
XYZ 28.14 54.41 11.93 -
YUV 147.83 72.22 46.81 -
System Red Green Blue C M Y K H S L
Decimal 34 225 49 0.85 0 0.78 0.12 124.71 0.76 0.51
Hex 22 E1 31 55 0 4E C 7D 4C 33
Octal 42 341 61 125 0 116 14 175 114 63
Binary 100010 11100001 110001 1010101 0 1001110 1100 1111101 1001100 110011

Color Harmonies of #22E131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22E131

Black with #22E131

Text Example


Text Example

White with #22E131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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