#30BD3C

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

Shades of Lime Green #30BD3C

Tints of Lime Green #30BD3C

Color information

#30BD3C (or 0x30BD3C) is unknown color: approx Lime Green. HEX triplet: 30, BD and 3C. RGB value is (48,189,60). Sum of RGB (Red+Green+Blue) = 48+189+60=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 189 (74.22% from 255 or 63.64% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BD3C is #CF42C3. Grayscale: #848484. Windows color (decimal): -13583044 or 3980592. OLE color: 3980592.

HSL color Cylindrical-coordinate representation of color #30BD3C: hue angle of 125.11º 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 #30BD3C is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB4818960-
CMYK0.7500.680.26
HSL125.11º59.49%46.47%-
HSV(B)125.11º74.6%74.12%-
XYZ20.2337.3510.42-
YUV132.1487.2967.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 189 (74.22% from 255) = 63.64%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=16.16%
G=63.64%
B=20.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48189600.7500.680.26125.1159.4946.47
Hex30BD3C4B0441A7d3b2e
Octal60275741130104321757356
Binary11000010111101111100100101101000100110101111101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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