Html Css Color HEX #31E945 Lime Green

📋 copy color: '#31E945'

red 49 ◦ green 233 ◦ blue 69

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

Shades of Lime Green #31E945

Tints of Lime Green #31E945

RGB

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

 GREEN value IS 233 (91.41% from 255) = 66.38%

 BLUE value IS 69 (27.34% from 255) = 19.66%

R = 13.96%
G = 66.38%
B = 19.66%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#31E945 (or 0x31E945) is known color: Lime Green. HEX triplet: 31, E9 and 45. RGB value is (49,233,69). Sum of RGB (Red+Green+Blue) = 49+233+69=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 233 (91.41% from 255 or 66.38% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 233 - color contains mainly: green. Hex color #31E945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31E945 is #CE16BA. Grayscale: #9F9F9F. Windows color (decimal): -13506235 or 4581681. OLE color: 4581681.

HSL color Cylindrical-coordinate representation of color #31E945: hue angle of 126.52º degrees, saturation: 0.81, 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 #31E945 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 49 233 69 -
CMYK 0.79 0 0.70 0.09
HSL 126.52º 0.81% 0.55% -
HSV(B) 126.52º 0.79% 0.91% -
XYZ 31.48 59.36 15.43 -
YUV 159.29 77.04 49.34 -
System Red Green Blue C M Y K H S L
Decimal 49 233 69 0.79 0 0.70 0.09 126.52 0.81 0.55
Hex 31 E9 45 4F 0 46 9 7F 51 37
Octal 61 351 105 117 0 106 11 177 121 67
Binary 110001 11101001 1000101 1001111 0 1000110 1001 1111111 1010001 110111

Color Harmonies of #31E945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E945

Black with #31E945

Text Example


Text Example

White with #31E945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,233,69); }

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

background-color css

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

 a { background-color: rgb(49,233,69); }

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

border-color css

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

 span { border-color: rgb(49,233,69); }

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