Html Css Color HEX #31C527 Lime Green

📋 copy color: '#31C527'

red 49 ◦ green 197 ◦ blue 39

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

Shades of Lime Green #31C527

Tints of Lime Green #31C527

RGB

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

 GREEN value IS 197 (77.34% from 255) = 69.12%

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

R = 17.19%
G = 69.12%
B = 13.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#31C527 (or 0x31C527) is known color: Lime Green. HEX triplet: 31, C5 and 27. RGB value is (49,197,39). Sum of RGB (Red+Green+Blue) = 49+197+39=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 197 (77.34% from 255 or 69.12% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 197 - color contains mainly: green. Hex color #31C527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C527 is #CE3AD8. Grayscale: #878787. Windows color (decimal): -13515481 or 2606385. OLE color: 2606385.

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

Color convert

RGB 49 197 39 -
CMYK 0.75 0 0.80 0.23
HSL 116.2º 0.67% 0.46% -
HSV(B) 116.2º 0.8% 0.77% -
XYZ 21.6 40.73 8.64 -
YUV 134.74 73.97 66.85 -
System Red Green Blue C M Y K H S L
Decimal 49 197 39 0.75 0 0.80 0.23 116.2 0.67 0.46
Hex 31 C5 27 4B 0 50 17 74 43 2E
Octal 61 305 47 113 0 120 27 164 103 56
Binary 110001 11000101 100111 1001011 0 1010000 10111 1110100 1000011 101110

Color Harmonies of #31C527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C527

Black with #31C527

Text Example


Text Example

White with #31C527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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