Html Css Color HEX #31E03D Lime Green

📋 copy color: '#31E03D'

red 49 ◦ green 224 ◦ blue 61

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

Shades of Lime Green #31E03D

Tints of Lime Green #31E03D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 67.07%

 BLUE value IS 61 (24.22% from 255) = 18.26%

R = 14.67%
G = 67.07%
B = 18.26%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#31E03D (or 0x31E03D) is known color: Lime Green. HEX triplet: 31, E0 and 3D. RGB value is (49,224,61). Sum of RGB (Red+Green+Blue) = 49+224+61=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #31E03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E03D is #CE1FC2. Grayscale: #999999. Windows color (decimal): -13508547 or 4055089. OLE color: 4055089.

HSL color Cylindrical-coordinate representation of color #31E03D: hue angle of 124.11º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E03D is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 224 61 -
CMYK 0.78 0 0.73 0.12
HSL 124.11º 0.74% 0.54% -
HSV(B) 124.11º 0.78% 0.88% -
XYZ 28.76 54.3 13.38 -
YUV 153.09 76.02 53.75 -
System Red Green Blue C M Y K H S L
Decimal 49 224 61 0.78 0 0.73 0.12 124.11 0.74 0.54
Hex 31 E0 3D 4E 0 49 C 7C 4A 36
Octal 61 340 75 116 0 111 14 174 112 66
Binary 110001 11100000 111101 1001110 0 1001001 1100 1111100 1001010 110110

Color Harmonies of #31E03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E03D

Black with #31E03D

Text Example


Text Example

White with #31E03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,224,61); }

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

background-color css

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

 a { background-color: rgb(49,224,61); }

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

border-color css

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

 span { border-color: rgb(49,224,61); }

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