Html Css Color HEX #31C345 Lime Green

📋 copy color: '#31C345'

red 49 ◦ green 195 ◦ blue 69

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

Shades of Lime Green #31C345

Tints of Lime Green #31C345

RGB

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

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

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

R = 15.65%
G = 62.3%
B = 22.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#31C345 (or 0x31C345) is known color: Lime Green. HEX triplet: 31, C3 and 45. RGB value is (49,195,69). Sum of RGB (Red+Green+Blue) = 49+195+69=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #31C345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C345 is #CE3CBA. Grayscale: #898989. Windows color (decimal): -13515963 or 4571953. OLE color: 4571953.

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

Color convert

RGB 49 195 69 -
CMYK 0.75 0 0.65 0.24
HSL 128.22º 0.6% 0.48% -
HSV(B) 128.22º 0.75% 0.76% -
XYZ 21.86 40.11 12.22 -
YUV 136.98 89.63 65.25 -
System Red Green Blue C M Y K H S L
Decimal 49 195 69 0.75 0 0.65 0.24 128.22 0.6 0.48
Hex 31 C3 45 4B 0 41 18 80 3C 30
Octal 61 303 105 113 0 101 30 200 74 60
Binary 110001 11000011 1000101 1001011 0 1000001 11000 10000000 111100 110000

Color Harmonies of #31C345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C345

Black with #31C345

Text Example


Text Example

White with #31C345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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