Html Css Color HEX #31BB30 Lime Green

📋 copy color: '#31BB30'

red 49 ◦ green 187 ◦ blue 48

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

Shades of Lime Green #31BB30

Tints of Lime Green #31BB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.9%

R = 17.25%
G = 65.85%
B = 16.9%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#31BB30 (or 0x31BB30) is known color: Lime Green. HEX triplet: 31, BB and 30. RGB value is (49,187,48). Sum of RGB (Red+Green+Blue) = 49+187+48=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 187 (73.44% from 255 or 65.85% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BB30 is #CE44CF. Grayscale: #828282. Windows color (decimal): -13518032 or 3193649. OLE color: 3193649.

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

Color convert

RGB 49 187 48 -
CMYK 0.74 0 0.74 0.27
HSL 119.57º 0.59% 0.46% -
HSV(B) 119.57º 0.74% 0.73% -
XYZ 19.57 36.41 8.79 -
YUV 129.89 81.78 70.3 -
System Red Green Blue C M Y K H S L
Decimal 49 187 48 0.74 0 0.74 0.27 119.57 0.59 0.46
Hex 31 BB 30 4A 0 4A 1B 78 3B 2E
Octal 61 273 60 112 0 112 33 170 73 56
Binary 110001 10111011 110000 1001010 0 1001010 11011 1111000 111011 101110

Color Harmonies of #31BB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BB30

Black with #31BB30

Text Example


Text Example

White with #31BB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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