Html Css Color HEX #31C325 Lime Green

📋 copy color: '#31C325'

red 49 ◦ green 195 ◦ blue 37

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

Shades of Lime Green #31C325

Tints of Lime Green #31C325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.17%

R = 17.44%
G = 69.4%
B = 13.17%

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

#31C325 (or 0x31C325) is known color: Lime Green. HEX triplet: 31, C3 and 25. RGB value is (49,195,37). Sum of RGB (Red+Green+Blue) = 49+195+37=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 195 (76.56% from 255 or 69.40% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 195 - color contains mainly: green. Hex color #31C325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C325 is #CE3CDA. Grayscale: #858585. Windows color (decimal): -13515995 or 2474801. OLE color: 2474801.

HSL color Cylindrical-coordinate representation of color #31C325: hue angle of 115.44º degrees, saturation: 0.68, 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 #31C325 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 195 37 -
CMYK 0.75 0 0.81 0.24
HSL 115.44º 0.68% 0.45% -
HSV(B) 115.44º 0.81% 0.76% -
XYZ 21.12 39.82 8.32 -
YUV 133.33 73.63 67.85 -
System Red Green Blue C M Y K H S L
Decimal 49 195 37 0.75 0 0.81 0.24 115.44 0.68 0.45
Hex 31 C3 25 4B 0 51 18 73 44 2D
Octal 61 303 45 113 0 121 30 163 104 55
Binary 110001 11000011 100101 1001011 0 1010001 11000 1110011 1000100 101101

Color Harmonies of #31C325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C325

Black with #31C325

Text Example


Text Example

White with #31C325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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