#30BD3B

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

Shades of Lime Green #30BD3B

Tints of Lime Green #30BD3B

Color information

#30BD3B (or 0x30BD3B) is unknown color: approx Lime Green. HEX triplet: 30, BD and 3B. RGB value is (48,189,59). Sum of RGB (Red+Green+Blue) = 48+189+59=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 189 (74.22% from 255 or 63.85% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BD3B is #CF42C4. Grayscale: #848484. Windows color (decimal): -13583045 or 3915056. OLE color: 3915056.

HSL color Cylindrical-coordinate representation of color #30BD3B: hue angle of 124.68º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BD3B is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB4818959-
CMYK0.7500.690.26
HSL124.68º59.49%46.47%-
HSV(B)124.68º74.6%74.12%-
XYZ20.2137.3410.28-
YUV132.0286.7968.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 189 (74.22% from 255) = 63.85%
BLUE value IS 59 (23.44% from 255) = 19.93%
R=16.22%
G=63.85%
B=19.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48189590.7500.690.26124.6859.4946.47
Hex30BD3B4B0451A7d3b2e
Octal60275731130105321757356
Binary11000010111101111011100101101000101110101111101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,189,59); }

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

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

 a { background-color: rgb(48,189,59); }

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

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

 span { border-color: rgb(48,189,59); }

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