Html Css Color HEX #31EC28 Lime Green

📋 copy color: '#31EC28'

red 49 ◦ green 236 ◦ blue 40

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

Shades of Lime Green #31EC28

Tints of Lime Green #31EC28

RGB

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

 GREEN value IS 236 (92.58% from 255) = 72.62%

 BLUE value IS 40 (16.02% from 255) = 12.31%

R = 15.08%
G = 72.62%
B = 12.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#31EC28 (or 0x31EC28) is known color: Lime Green. HEX triplet: 31, EC and 28. RGB value is (49,236,40). Sum of RGB (Red+Green+Blue) = 49+236+40=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 236 (92.58% from 255 or 72.62% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 236 - color contains mainly: green. Hex color #31EC28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EC28 is #CE13D7. Grayscale: #9E9E9E. Windows color (decimal): -13505496 or 2681905. OLE color: 2681905.

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

Color convert

RGB 49 236 40 -
CMYK 0.79 0 0.83 0.07
HSL 117.24º 0.84% 0.54% -
HSV(B) 117.24º 0.83% 0.93% -
XYZ 31.65 60.8 12.07 -
YUV 157.74 61.55 50.44 -
System Red Green Blue C M Y K H S L
Decimal 49 236 40 0.79 0 0.83 0.07 117.24 0.84 0.54
Hex 31 EC 28 4F 0 53 7 75 54 36
Octal 61 354 50 117 0 123 7 165 124 66
Binary 110001 11101100 101000 1001111 0 1010011 111 1110101 1010100 110110

Color Harmonies of #31EC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EC28

Black with #31EC28

Text Example


Text Example

White with #31EC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,236,40); }

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

background-color css

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

 a { background-color: rgb(49,236,40); }

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

border-color css

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

 span { border-color: rgb(49,236,40); }

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