Html Css Color HEX #31EE42 Lime Green

📋 copy color: '#31EE42'

red 49 ◦ green 238 ◦ blue 66

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

Shades of Lime Green #31EE42

Tints of Lime Green #31EE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.7%

R = 13.88%
G = 67.42%
B = 18.7%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#31EE42 (or 0x31EE42) is known color: Lime Green. HEX triplet: 31, EE and 42. RGB value is (49,238,66). Sum of RGB (Red+Green+Blue) = 49+238+66=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 238 (93.36% from 255 or 67.42% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 238 - color contains mainly: green. Hex color #31EE42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EE42 is #CE11BD. Grayscale: #A2A2A2. Windows color (decimal): -13504958 or 4386353. OLE color: 4386353.

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

Color convert

RGB 49 238 66 -
CMYK 0.79 0 0.72 0.07
HSL 125.4º 0.85% 0.56% -
HSV(B) 125.4º 0.79% 0.93% -
XYZ 32.82 62.2 15.43 -
YUV 161.88 73.88 47.49 -
System Red Green Blue C M Y K H S L
Decimal 49 238 66 0.79 0 0.72 0.07 125.4 0.85 0.56
Hex 31 EE 42 4F 0 48 7 7D 55 38
Octal 61 356 102 117 0 110 7 175 125 70
Binary 110001 11101110 1000010 1001111 0 1001000 111 1111101 1010101 111000

Color Harmonies of #31EE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EE42

Black with #31EE42

Text Example


Text Example

White with #31EE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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