Html Css Color HEX #31C327 Lime Green

📋 copy color: '#31C327'

red 49 ◦ green 195 ◦ blue 39

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

Shades of Lime Green #31C327

Tints of Lime Green #31C327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.78%

R = 17.31%
G = 68.9%
B = 13.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#31C327 (or 0x31C327) is known color: Lime Green. HEX triplet: 31, C3 and 27. RGB value is (49,195,39). Sum of RGB (Red+Green+Blue) = 49+195+39=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 195 (76.56% from 255 or 68.90% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 195 - color contains mainly: green. Hex color #31C327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C327 is #CE3CD8. Grayscale: #868686. Windows color (decimal): -13515993 or 2605873. OLE color: 2605873.

HSL color Cylindrical-coordinate representation of color #31C327: hue angle of 116.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31C327 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 195 39 -
CMYK 0.75 0 0.80 0.24
HSL 116.15º 0.67% 0.46% -
HSV(B) 116.15º 0.8% 0.76% -
XYZ 21.15 39.83 8.49 -
YUV 133.56 74.63 67.68 -
System Red Green Blue C M Y K H S L
Decimal 49 195 39 0.75 0 0.80 0.24 116.15 0.67 0.46
Hex 31 C3 27 4B 0 50 18 74 43 2E
Octal 61 303 47 113 0 120 30 164 103 56
Binary 110001 11000011 100111 1001011 0 1010000 11000 1110100 1000011 101110

Color Harmonies of #31C327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C327

Black with #31C327

Text Example


Text Example

White with #31C327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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