#30D030

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

Shades of Lime Green #30D030

Tints of Lime Green #30D030

Color information

#30D030 (or 0x30D030) is unknown color: approx Lime Green. HEX triplet: 30, D0 and 30. RGB value is (48,208,48). Sum of RGB (Red+Green+Blue) = 48+208+48=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 208 (81.64% from 255 or 68.42% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 208 - color contains mainly: green. Hex color #30D030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D030 is #CF2FCF. Grayscale: #8E8E8E. Windows color (decimal): -13578192 or 3199024. OLE color: 3199024.

HSL color Cylindrical-coordinate representation of color #30D030: hue angle of 120º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D030 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB4820848-
CMYK0.7700.770.18
HSL120º62.99%50.2%-
HSV(B)120º76.92%81.57%-
XYZ24.3145.9510.39-
YUV141.9274.9961.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.79%
GREEN value IS 208 (81.64% from 255) = 68.42%
BLUE value IS 48 (19.14% from 255) = 15.79%
R=15.79%
G=68.42%
B=15.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal48208480.7700.770.1812062.9950.2
Hex30D0304D04D12783f32
Octal60320601150115221707762
Binary11000011010000110000100110101001101100101111000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,208,48); }

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

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

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

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

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

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

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