Html Css Color HEX #31C33C Lime Green

📋 copy color: '#31C33C'

red 49 ◦ green 195 ◦ blue 60

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

Shades of Lime Green #31C33C

Tints of Lime Green #31C33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 64.14%

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 16.12%
G = 64.14%
B = 19.74%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#31C33C (or 0x31C33C) is known color: Lime Green. HEX triplet: 31, C3 and 3C. RGB value is (49,195,60). Sum of RGB (Red+Green+Blue) = 49+195+60=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #31C33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C33C is #CE3CC3. Grayscale: #888888. Windows color (decimal): -13515972 or 3982129. OLE color: 3982129.

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

Color convert

RGB 49 195 60 -
CMYK 0.75 0 0.69 0.24
HSL 124.52º 0.6% 0.48% -
HSV(B) 124.52º 0.75% 0.76% -
XYZ 21.6 40.01 10.86 -
YUV 135.96 85.13 65.98 -
System Red Green Blue C M Y K H S L
Decimal 49 195 60 0.75 0 0.69 0.24 124.52 0.6 0.48
Hex 31 C3 3C 4B 0 45 18 7D 3C 30
Octal 61 303 74 113 0 105 30 175 74 60
Binary 110001 11000011 111100 1001011 0 1000101 11000 1111101 111100 110000

Color Harmonies of #31C33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C33C

Black with #31C33C

Text Example


Text Example

White with #31C33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,195,60); }

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

background-color css

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

 a { background-color: rgb(49,195,60); }

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

border-color css

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

 span { border-color: rgb(49,195,60); }

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