Html Css Color HEX #31CA55 Lime Green

📋 copy color: '#31CA55'

red 49 ◦ green 202 ◦ blue 85

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

Shades of Lime Green #31CA55

Tints of Lime Green #31CA55

RGB

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

 GREEN value IS 202 (79.3% from 255) = 60.12%

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 14.58%
G = 60.12%
B = 25.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#31CA55 (or 0x31CA55) is known color: Lime Green. HEX triplet: 31, CA and 55. RGB value is (49,202,85). Sum of RGB (Red+Green+Blue) = 49+202+85=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 202 (79.30% from 255 or 60.12% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CA55 is #CE35AA. Grayscale: #8F8F8F. Windows color (decimal): -13514155 or 5622321. OLE color: 5622321.

HSL color Cylindrical-coordinate representation of color #31CA55: hue angle of 134.12º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CA55 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 202 85 -
CMYK 0.76 0 0.58 0.21
HSL 134.12º 0.61% 0.49% -
HSV(B) 134.12º 0.76% 0.79% -
XYZ 24.03 43.55 15.73 -
YUV 142.92 95.31 61.01 -
System Red Green Blue C M Y K H S L
Decimal 49 202 85 0.76 0 0.58 0.21 134.12 0.61 0.49
Hex 31 CA 55 4C 0 3A 15 86 3D 31
Octal 61 312 125 114 0 72 25 206 75 61
Binary 110001 11001010 1010101 1001100 0 111010 10101 10000110 111101 110001

Color Harmonies of #31CA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CA55

Black with #31CA55

Text Example


Text Example

White with #31CA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,202,85); }

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

background-color css

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

 a { background-color: rgb(49,202,85); }

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

border-color css

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

 span { border-color: rgb(49,202,85); }

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