Html Css Color HEX #31C324 Lime Green

📋 copy color: '#31C324'

red 49 ◦ green 195 ◦ blue 36

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

Shades of Lime Green #31C324

Tints of Lime Green #31C324

RGB

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

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

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

R = 17.5%
G = 69.64%
B = 12.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#31C324 (or 0x31C324) is known color: Lime Green. HEX triplet: 31, C3 and 24. RGB value is (49,195,36). Sum of RGB (Red+Green+Blue) = 49+195+36=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 195 (76.56% from 255 or 69.64% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 195 - color contains mainly: green. Hex color #31C324 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C324 is #CE3CDB. Grayscale: #858585. Windows color (decimal): -13515996 or 2409265. OLE color: 2409265.

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

Color convert

RGB 49 195 36 -
CMYK 0.75 0 0.82 0.24
HSL 115.09º 0.69% 0.45% -
HSV(B) 115.09º 0.82% 0.76% -
XYZ 21.1 39.81 8.24 -
YUV 133.22 73.13 67.93 -
System Red Green Blue C M Y K H S L
Decimal 49 195 36 0.75 0 0.82 0.24 115.09 0.69 0.45
Hex 31 C3 24 4B 0 52 18 73 45 2D
Octal 61 303 44 113 0 122 30 163 105 55
Binary 110001 11000011 100100 1001011 0 1010010 11000 1110011 1000101 101101

Color Harmonies of #31C324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C324

Black with #31C324

Text Example


Text Example

White with #31C324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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