Html Css Color HEX #31C045 Lime Green

📋 copy color: '#31C045'

red 49 ◦ green 192 ◦ blue 69

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

Shades of Lime Green #31C045

Tints of Lime Green #31C045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.94%

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

R = 15.81%
G = 61.94%
B = 22.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#31C045 (or 0x31C045) is known color: Lime Green. HEX triplet: 31, C0 and 45. RGB value is (49,192,69). Sum of RGB (Red+Green+Blue) = 49+192+69=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #31C045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C045 is #CE3FBA. Grayscale: #878787. Windows color (decimal): -13516731 or 4571185. OLE color: 4571185.

HSL color Cylindrical-coordinate representation of color #31C045: hue angle of 128.39º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C045 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 192 69 -
CMYK 0.74 0 0.64 0.25
HSL 128.39º 0.59% 0.47% -
HSV(B) 128.39º 0.74% 0.75% -
XYZ 21.19 38.78 12 -
YUV 135.22 90.62 66.5 -
System Red Green Blue C M Y K H S L
Decimal 49 192 69 0.74 0 0.64 0.25 128.39 0.59 0.47
Hex 31 C0 45 4A 0 40 19 80 3B 2F
Octal 61 300 105 112 0 100 31 200 73 57
Binary 110001 11000000 1000101 1001010 0 1000000 11001 10000000 111011 101111

Color Harmonies of #31C045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C045

Black with #31C045

Text Example


Text Example

White with #31C045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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