#30BA31

Color #30BA31 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #30BA31

Tints of Lime Green #30BA31

Color information

#30BA31 (or 0x30BA31) is unknown color: approx Lime Green. HEX triplet: 30, BA and 31. RGB value is (48,186,49). Sum of RGB (Red+Green+Blue) = 48+186+49=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA31 is #CF45CE. Grayscale: #818181. Windows color (decimal): -13583823 or 3258928. OLE color: 3258928.

HSL color Cylindrical-coordinate representation of color #30BA31: hue angle of 120.43º 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 #30BA31 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB4818649-
CMYK0.7400.740.27
HSL120.43º58.97%45.88%-
HSV(B)120.43º74.19%72.94%-
XYZ19.3335.978.83-
YUV129.1282.7870.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 186 (73.05% from 255) = 65.72%
BLUE value IS 49 (19.53% from 255) = 17.31%
R=16.96%
G=65.72%
B=17.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48186490.7400.740.27120.4358.9745.88
Hex30BA314A04A1B783b2e
Octal60272611120112331707356
Binary11000010111010110001100101001001010110111111000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30BA31; }

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

 H1.HeaderClassName
 {
   color: #30BA31;
 }
 .AnyTagClassName
 {
   color: #30BA31;
 }
</style>
background-color css

<style>
 a { background-color: #30BA31; }

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

 div.DivClassName
 {
   background-color: #30BA31;
 }
 .BgClassName
 {
   background-color: #30BA31;
 }
</style>
border-color css

<style>
 span { border-color: #30BA31; }

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

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