Html Css Color HEX #31CB16 Lime Green

📋 copy color: '#31CB16'

red 49 ◦ green 203 ◦ blue 22

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

Shades of Lime Green #31CB16

Tints of Lime Green #31CB16

RGB

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

 GREEN value IS 203 (79.69% from 255) = 74.09%

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 17.88%
G = 74.09%
B = 8.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#31CB16 (or 0x31CB16) is known color: Lime Green. HEX triplet: 31, CB and 16. RGB value is (49,203,22). Sum of RGB (Red+Green+Blue) = 49+203+22=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 203 (79.69% from 255 or 74.09% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 203 - color contains mainly: green. Hex color #31CB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31CB16 is #CE34E9. Grayscale: #888888. Windows color (decimal): -13513962 or 1493809. OLE color: 1493809.

HSL color Cylindrical-coordinate representation of color #31CB16: hue angle of 111.05º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31CB16 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 203 22 -
CMYK 0.76 0 0.89 0.20
HSL 111.05º 0.8% 0.44% -
HSV(B) 111.05º 0.89% 0.8% -
XYZ 22.77 43.42 7.94 -
YUV 136.32 63.48 65.72 -
System Red Green Blue C M Y K H S L
Decimal 49 203 22 0.76 0 0.89 0.20 111.05 0.8 0.44
Hex 31 CB 16 4C 0 59 14 6F 50 2C
Octal 61 313 26 114 0 131 24 157 120 54
Binary 110001 11001011 10110 1001100 0 1011001 10100 1101111 1010000 101100

Color Harmonies of #31CB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CB16

Black with #31CB16

Text Example


Text Example

White with #31CB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,203,22); }

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

background-color css

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

 a { background-color: rgb(49,203,22); }

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

border-color css

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

 span { border-color: rgb(49,203,22); }

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