Html Css Color HEX #31C044 Lime Green

📋 copy color: '#31C044'

red 49 ◦ green 192 ◦ blue 68

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

Shades of Lime Green #31C044

Tints of Lime Green #31C044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.01%

R = 15.86%
G = 62.14%
B = 22.01%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#31C044 (or 0x31C044) is known color: Lime Green. HEX triplet: 31, C0 and 44. RGB value is (49,192,68). Sum of RGB (Red+Green+Blue) = 49+192+68=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #31C044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C044 is #CE3FBB. Grayscale: #878787. Windows color (decimal): -13516732 or 4505649. OLE color: 4505649.

HSL color Cylindrical-coordinate representation of color #31C044: hue angle of 127.97º 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 #31C044 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 192 68 -
CMYK 0.74 0 0.65 0.25
HSL 127.97º 0.59% 0.47% -
HSV(B) 127.97º 0.74% 0.75% -
XYZ 21.16 38.77 11.84 -
YUV 135.11 90.12 66.58 -
System Red Green Blue C M Y K H S L
Decimal 49 192 68 0.74 0 0.65 0.25 127.97 0.59 0.47
Hex 31 C0 44 4A 0 41 19 80 3B 2F
Octal 61 300 104 112 0 101 31 200 73 57
Binary 110001 11000000 1000100 1001010 0 1000001 11001 10000000 111011 101111

Color Harmonies of #31C044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C044

Black with #31C044

Text Example


Text Example

White with #31C044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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