Html Css Color HEX #31E732 Lime Green

📋 copy color: '#31E732'

red 49 ◦ green 231 ◦ blue 50

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

Shades of Lime Green #31E732

Tints of Lime Green #31E732

RGB

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

 GREEN value IS 231 (90.63% from 255) = 70%

 BLUE value IS 50 (19.92% from 255) = 15.15%

R = 14.85%
G = 70%
B = 15.15%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#31E732 (or 0x31E732) is known color: Lime Green. HEX triplet: 31, E7 and 32. RGB value is (49,231,50). Sum of RGB (Red+Green+Blue) = 49+231+50=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 231 (90.62% from 255 or 70% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 231 - color contains mainly: green. Hex color #31E732 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31E732 is #CE18CD. Grayscale: #9C9C9C. Windows color (decimal): -13506766 or 3335985. OLE color: 3335985.

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

Color convert

RGB 49 231 50 -
CMYK 0.79 0 0.78 0.09
HSL 120.33º 0.79% 0.55% -
HSV(B) 120.33º 0.79% 0.91% -
XYZ 30.42 58.04 12.62 -
YUV 155.95 68.2 51.72 -
System Red Green Blue C M Y K H S L
Decimal 49 231 50 0.79 0 0.78 0.09 120.33 0.79 0.55
Hex 31 E7 32 4F 0 4E 9 78 4F 37
Octal 61 347 62 117 0 116 11 170 117 67
Binary 110001 11100111 110010 1001111 0 1001110 1001 1111000 1001111 110111

Color Harmonies of #31E732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E732

Black with #31E732

Text Example


Text Example

White with #31E732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,231,50); }

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

background-color css

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

 a { background-color: rgb(49,231,50); }

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

border-color css

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

 span { border-color: rgb(49,231,50); }

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