Html Css Color HEX #31EA34 Lime Green

📋 copy color: '#31EA34'

red 49 ◦ green 234 ◦ blue 52

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

Shades of Lime Green #31EA34

Tints of Lime Green #31EA34

RGB

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

 GREEN value IS 234 (91.8% from 255) = 69.85%

 BLUE value IS 52 (20.7% from 255) = 15.52%

R = 14.63%
G = 69.85%
B = 15.52%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#31EA34 (or 0x31EA34) is known color: Lime Green. HEX triplet: 31, EA and 34. RGB value is (49,234,52). Sum of RGB (Red+Green+Blue) = 49+234+52=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 234 (91.80% from 255 or 69.85% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EA34 is #CE15CB. Grayscale: #9E9E9E. Windows color (decimal): -13505996 or 3467825. OLE color: 3467825.

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

Color convert

RGB 49 234 52 -
CMYK 0.79 0 0.78 0.08
HSL 120.97º 0.81% 0.55% -
HSV(B) 120.97º 0.79% 0.92% -
XYZ 31.31 59.75 13.13 -
YUV 157.94 68.21 50.3 -
System Red Green Blue C M Y K H S L
Decimal 49 234 52 0.79 0 0.78 0.08 120.97 0.81 0.55
Hex 31 EA 34 4F 0 4E 8 79 51 37
Octal 61 352 64 117 0 116 10 171 121 67
Binary 110001 11101010 110100 1001111 0 1001110 1000 1111001 1010001 110111

Color Harmonies of #31EA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EA34

Black with #31EA34

Text Example


Text Example

White with #31EA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,234,52); }

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

background-color css

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

 a { background-color: rgb(49,234,52); }

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

border-color css

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

 span { border-color: rgb(49,234,52); }

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