Html Css Color HEX #31EE22 Lime Green

📋 copy color: '#31EE22'

red 49 ◦ green 238 ◦ blue 34

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

Shades of Lime Green #31EE22

Tints of Lime Green #31EE22

RGB

 RED value IS 49 (19.53% from 255) = 15.26%

 GREEN value IS 238 (93.36% from 255) = 74.14%

 BLUE value IS 34 (13.67% from 255) = 10.59%

R = 15.26%
G = 74.14%
B = 10.59%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#31EE22 (or 0x31EE22) is known color: Lime Green. HEX triplet: 31, EE and 22. RGB value is (49,238,34). Sum of RGB (Red+Green+Blue) = 49+238+34=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 238 (93.36% from 255 or 74.14% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 238 - color contains mainly: green. Hex color #31EE22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EE22 is #CE11DD. Grayscale: #9E9E9E. Windows color (decimal): -13504990 or 2289201. OLE color: 2289201.

HSL color Cylindrical-coordinate representation of color #31EE22: hue angle of 115.59º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31EE22 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 238 34 -
CMYK 0.79 0 0.86 0.07
HSL 115.59º 0.86% 0.53% -
HSV(B) 115.59º 0.86% 0.93% -
XYZ 32.13 61.92 11.77 -
YUV 158.23 57.88 50.09 -
System Red Green Blue C M Y K H S L
Decimal 49 238 34 0.79 0 0.86 0.07 115.59 0.86 0.53
Hex 31 EE 22 4F 0 56 7 74 56 35
Octal 61 356 42 117 0 126 7 164 126 65
Binary 110001 11101110 100010 1001111 0 1010110 111 1110100 1010110 110101

Color Harmonies of #31EE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EE22

Black with #31EE22

Text Example


Text Example

White with #31EE22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31EE22; }

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

 H1.HeaderClassName
 {
   color: #31EE22;
 }
 .AnyTagClassName
 {
   color: #31EE22;
 }
</style>

background-color css

<style>
 a { background-color: #31EE22; }

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

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

border-color css

<style>
 span { border-color: #31EE22; }

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

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