Html Css Color HEX #31EE4A Lime Green

📋 copy color: '#31EE4A'

red 49 ◦ green 238 ◦ blue 74

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

Shades of Lime Green #31EE4A

Tints of Lime Green #31EE4A

RGB

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

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

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

R = 13.57%
G = 65.93%
B = 20.5%

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

#31EE4A (or 0x31EE4A) is known color: Lime Green. HEX triplet: 31, EE and 4A. RGB value is (49,238,74). Sum of RGB (Red+Green+Blue) = 49+238+74=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 238 (93.36% from 255 or 65.93% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 238 - color contains mainly: green. Hex color #31EE4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EE4A is #CE11B5. Grayscale: #A3A3A3. Windows color (decimal): -13504950 or 4910641. OLE color: 4910641.

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

Color convert

RGB 49 238 74 -
CMYK 0.79 0 0.69 0.07
HSL 127.94º 0.85% 0.56% -
HSV(B) 127.94º 0.79% 0.93% -
XYZ 33.08 62.3 16.76 -
YUV 162.79 77.88 46.84 -
System Red Green Blue C M Y K H S L
Decimal 49 238 74 0.79 0 0.69 0.07 127.94 0.85 0.56
Hex 31 EE 4A 4F 0 45 7 80 55 38
Octal 61 356 112 117 0 105 7 200 125 70
Binary 110001 11101110 1001010 1001111 0 1000101 111 10000000 1010101 111000

Color Harmonies of #31EE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EE4A

Black with #31EE4A

Text Example


Text Example

White with #31EE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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