Html Css Color HEX #31E028 Lime Green

📋 copy color: '#31E028'

red 49 ◦ green 224 ◦ blue 40

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

Shades of Lime Green #31E028

Tints of Lime Green #31E028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.78%

R = 15.65%
G = 71.57%
B = 12.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#31E028 (or 0x31E028) is known color: Lime Green. HEX triplet: 31, E0 and 28. RGB value is (49,224,40). Sum of RGB (Red+Green+Blue) = 49+224+40=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 224 (87.89% from 255 or 71.57% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 224 - color contains mainly: green. Hex color #31E028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E028 is #CE1FD7. Grayscale: #979797. Windows color (decimal): -13508568 or 2678833. OLE color: 2678833.

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

Color convert

RGB 49 224 40 -
CMYK 0.78 0 0.82 0.12
HSL 117.07º 0.75% 0.52% -
HSV(B) 117.07º 0.82% 0.88% -
XYZ 28.31 54.12 10.96 -
YUV 150.7 65.52 55.46 -
System Red Green Blue C M Y K H S L
Decimal 49 224 40 0.78 0 0.82 0.12 117.07 0.75 0.52
Hex 31 E0 28 4E 0 52 C 75 4B 34
Octal 61 340 50 116 0 122 14 165 113 64
Binary 110001 11100000 101000 1001110 0 1010010 1100 1110101 1001011 110100

Color Harmonies of #31E028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E028

Black with #31E028

Text Example


Text Example

White with #31E028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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