Html Css Color HEX #31E534 Lime Green

📋 copy color: '#31E534'

red 49 ◦ green 229 ◦ blue 52

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

Shades of Lime Green #31E534

Tints of Lime Green #31E534

RGB

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

 GREEN value IS 229 (89.84% from 255) = 69.39%

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

R = 14.85%
G = 69.39%
B = 15.76%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#31E534 (or 0x31E534) is known color: Lime Green. HEX triplet: 31, E5 and 34. RGB value is (49,229,52). Sum of RGB (Red+Green+Blue) = 49+229+52=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 229 (89.84% from 255 or 69.39% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 229 - color contains mainly: green. Hex color #31E534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E534 is #CE1ACB. Grayscale: #9B9B9B. Windows color (decimal): -13507276 or 3466545. OLE color: 3466545.

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

Color convert

RGB 49 229 52 -
CMYK 0.79 0 0.77 0.10
HSL 121º 0.78% 0.55% -
HSV(B) 121º 0.79% 0.9% -
XYZ 29.91 56.94 12.66 -
YUV 155 69.87 52.39 -
System Red Green Blue C M Y K H S L
Decimal 49 229 52 0.79 0 0.77 0.10 121 0.78 0.55
Hex 31 E5 34 4F 0 4D A 79 4E 37
Octal 61 345 64 117 0 115 12 171 116 67
Binary 110001 11100101 110100 1001111 0 1001101 1010 1111001 1001110 110111

Color Harmonies of #31E534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E534

Black with #31E534

Text Example


Text Example

White with #31E534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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