Html Css Color HEX #31C124 Lime Green

📋 copy color: '#31C124'

red 49 ◦ green 193 ◦ blue 36

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

Shades of Lime Green #31C124

Tints of Lime Green #31C124

RGB

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

 GREEN value IS 193 (75.78% from 255) = 69.42%

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 17.63%
G = 69.42%
B = 12.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#31C124 (or 0x31C124) is known color: Lime Green. HEX triplet: 31, C1 and 24. RGB value is (49,193,36). Sum of RGB (Red+Green+Blue) = 49+193+36=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 193 (75.78% from 255 or 69.42% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 193 - color contains mainly: green. Hex color #31C124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C124 is #CE3EDB. Grayscale: #848484. Windows color (decimal): -13516508 or 2408753. OLE color: 2408753.

HSL color Cylindrical-coordinate representation of color #31C124: hue angle of 115.03º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31C124 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 193 36 -
CMYK 0.75 0 0.81 0.24
HSL 115.03º 0.69% 0.45% -
HSV(B) 115.03º 0.81% 0.76% -
XYZ 20.66 38.92 8.09 -
YUV 132.05 73.79 68.77 -
System Red Green Blue C M Y K H S L
Decimal 49 193 36 0.75 0 0.81 0.24 115.03 0.69 0.45
Hex 31 C1 24 4B 0 51 18 73 45 2D
Octal 61 301 44 113 0 121 30 163 105 55
Binary 110001 11000001 100100 1001011 0 1010001 11000 1110011 1000101 101101

Color Harmonies of #31C124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C124

Black with #31C124

Text Example


Text Example

White with #31C124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,193,36); }

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

background-color css

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

 a { background-color: rgb(49,193,36); }

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

border-color css

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

 span { border-color: rgb(49,193,36); }

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