Html Css Color HEX #31CB36 Lime Green

📋 copy color: '#31CB36'

red 49 ◦ green 203 ◦ blue 54

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

Shades of Lime Green #31CB36

Tints of Lime Green #31CB36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.65%

R = 16.01%
G = 66.34%
B = 17.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#31CB36 (or 0x31CB36) is known color: Lime Green. HEX triplet: 31, CB and 36. RGB value is (49,203,54). Sum of RGB (Red+Green+Blue) = 49+203+54=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 203 (79.69% from 255 or 66.34% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 203 - color contains mainly: green. Hex color #31CB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CB36 is #CE34C9. Grayscale: #8C8C8C. Windows color (decimal): -13513930 or 3590961. OLE color: 3590961.

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

Color convert

RGB 49 203 54 -
CMYK 0.76 0 0.73 0.20
HSL 121.95º 0.61% 0.49% -
HSV(B) 121.95º 0.76% 0.8% -
XYZ 23.29 43.63 10.68 -
YUV 139.97 79.48 63.12 -
System Red Green Blue C M Y K H S L
Decimal 49 203 54 0.76 0 0.73 0.20 121.95 0.61 0.49
Hex 31 CB 36 4C 0 49 14 7A 3D 31
Octal 61 313 66 114 0 111 24 172 75 61
Binary 110001 11001011 110110 1001100 0 1001001 10100 1111010 111101 110001

Color Harmonies of #31CB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CB36

Black with #31CB36

Text Example


Text Example

White with #31CB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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