Html Css Color HEX #31EB2C Lime Green

📋 copy color: '#31EB2C'

red 49 ◦ green 235 ◦ blue 44

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

Shades of Lime Green #31EB2C

Tints of Lime Green #31EB2C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 71.65%

 BLUE value IS 44 (17.58% from 255) = 13.41%

R = 14.94%
G = 71.65%
B = 13.41%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#31EB2C (or 0x31EB2C) is known color: Lime Green. HEX triplet: 31, EB and 2C. RGB value is (49,235,44). Sum of RGB (Red+Green+Blue) = 49+235+44=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 235 (92.19% from 255 or 71.65% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 235 - color contains mainly: green. Hex color #31EB2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EB2C is #CE14D3. Grayscale: #9E9E9E. Windows color (decimal): -13505748 or 2943793. OLE color: 2943793.

HSL color Cylindrical-coordinate representation of color #31EB2C: hue angle of 118.43º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31EB2C is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 235 44 -
CMYK 0.79 0 0.81 0.08
HSL 118.43º 0.83% 0.55% -
HSV(B) 118.43º 0.81% 0.92% -
XYZ 31.43 60.25 12.36 -
YUV 157.61 63.88 50.53 -
System Red Green Blue C M Y K H S L
Decimal 49 235 44 0.79 0 0.81 0.08 118.43 0.83 0.55
Hex 31 EB 2C 4F 0 51 8 76 53 37
Octal 61 353 54 117 0 121 10 166 123 67
Binary 110001 11101011 101100 1001111 0 1010001 1000 1110110 1010011 110111

Color Harmonies of #31EB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EB2C

Black with #31EB2C

Text Example


Text Example

White with #31EB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,235,44); }

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

background-color css

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

 a { background-color: rgb(49,235,44); }

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

border-color css

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

 span { border-color: rgb(49,235,44); }

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