#30CB46

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

Shades of Lime Green #30CB46

Tints of Lime Green #30CB46

Color information

#30CB46 (or 0x30CB46) is unknown color: approx Lime Green. HEX triplet: 30, CB and 46. RGB value is (48,203,70). Sum of RGB (Red+Green+Blue) = 48+203+70=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 203 (79.69% from 255 or 63.24% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CB46 is #CF34B9. Grayscale: #8D8D8D. Windows color (decimal): -13579450 or 4639536. OLE color: 4639536.

HSL color Cylindrical-coordinate representation of color #30CB46: hue angle of 128.52º degrees, saturation: 0.62, 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 #30CB46 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB4820370-
CMYK0.7600.660.20
HSL128.52º61.75%49.22%-
HSV(B)128.52º76.35%79.61%-
XYZ23.6843.7813-
YUV141.4987.6561.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 203 (79.69% from 255) = 63.24%
BLUE value IS 70 (27.73% from 255) = 21.81%
R=14.95%
G=63.24%
B=21.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal48203700.7600.660.20128.5261.7549.22
Hex30CB464C04214813e31
Octal603131061140102242017661
Binary1100001100101110001101001100010000101010010000001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,203,70); }

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

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

 a { background-color: rgb(48,203,70); }

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

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

 span { border-color: rgb(48,203,70); }

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