Html Css Color HEX #31EC4A Lime Green

📋 copy color: '#31EC4A'

red 49 ◦ green 236 ◦ blue 74

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

Shades of Lime Green #31EC4A

Tints of Lime Green #31EC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 13.65%
G = 65.74%
B = 20.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#31EC4A (or 0x31EC4A) is known color: Lime Green. HEX triplet: 31, EC and 4A. RGB value is (49,236,74). Sum of RGB (Red+Green+Blue) = 49+236+74=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 236 (92.58% from 255 or 65.74% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 236 - color contains mainly: green. Hex color #31EC4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EC4A is #CE13B5. Grayscale: #A2A2A2. Windows color (decimal): -13505462 or 4910129. OLE color: 4910129.

HSL color Cylindrical-coordinate representation of color #31EC4A: hue angle of 128.02º degrees, saturation: 0.83, 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 #31EC4A is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 236 74 -
CMYK 0.79 0 0.69 0.07
HSL 128.02º 0.83% 0.56% -
HSV(B) 128.02º 0.79% 0.93% -
XYZ 32.5 61.14 16.57 -
YUV 161.62 78.55 47.67 -
System Red Green Blue C M Y K H S L
Decimal 49 236 74 0.79 0 0.69 0.07 128.02 0.83 0.56
Hex 31 EC 4A 4F 0 45 7 80 53 38
Octal 61 354 112 117 0 105 7 200 123 70
Binary 110001 11101100 1001010 1001111 0 1000101 111 10000000 1010011 111000

Color Harmonies of #31EC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EC4A

Black with #31EC4A

Text Example


Text Example

White with #31EC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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