Html Css Color HEX #31BB2C Lime Green

📋 copy color: '#31BB2C'

red 49 ◦ green 187 ◦ blue 44

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

Shades of Lime Green #31BB2C

Tints of Lime Green #31BB2C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 66.79%

 BLUE value IS 44 (17.58% from 255) = 15.71%

R = 17.5%
G = 66.79%
B = 15.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#31BB2C (or 0x31BB2C) is known color: Lime Green. HEX triplet: 31, BB and 2C. RGB value is (49,187,44). Sum of RGB (Red+Green+Blue) = 49+187+44=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 187 (73.44% from 255 or 66.79% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BB2C is #CE44D3. Grayscale: #818181. Windows color (decimal): -13518036 or 2931505. OLE color: 2931505.

HSL color Cylindrical-coordinate representation of color #31BB2C: hue angle of 117.9º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31BB2C is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 187 44 -
CMYK 0.74 0 0.76 0.27
HSL 117.9º 0.62% 0.45% -
HSV(B) 117.9º 0.76% 0.73% -
XYZ 19.49 36.38 8.38 -
YUV 129.44 79.78 70.63 -
System Red Green Blue C M Y K H S L
Decimal 49 187 44 0.74 0 0.76 0.27 117.9 0.62 0.45
Hex 31 BB 2C 4A 0 4C 1B 76 3E 2D
Octal 61 273 54 112 0 114 33 166 76 55
Binary 110001 10111011 101100 1001010 0 1001100 11011 1110110 111110 101101

Color Harmonies of #31BB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BB2C

Black with #31BB2C

Text Example


Text Example

White with #31BB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,187,44); }

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

background-color css

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

 a { background-color: rgb(49,187,44); }

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

border-color css

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

 span { border-color: rgb(49,187,44); }

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