#30CD36

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

Shades of Lime Green #30CD36

Tints of Lime Green #30CD36

Color information

#30CD36 (or 0x30CD36) is unknown color: approx Lime Green. HEX triplet: 30, CD and 36. RGB value is (48,205,54). Sum of RGB (Red+Green+Blue) = 48+205+54=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 205 (80.47% from 255 or 66.78% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 205 - color contains mainly: green. Hex color #30CD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CD36 is #CF32C9. Grayscale: #8D8D8D. Windows color (decimal): -13578954 or 3591472. OLE color: 3591472.

HSL color Cylindrical-coordinate representation of color #30CD36: hue angle of 122.29º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CD36 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB4820554-
CMYK0.7700.740.20
HSL122.29º62.06%49.61%-
HSV(B)122.29º76.59%80.39%-
XYZ23.7244.5610.84-
YUV140.8478.9961.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 205 (80.47% from 255) = 66.78%
BLUE value IS 54 (21.48% from 255) = 17.59%
R=15.64%
G=66.78%
B=17.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal48205540.7700.740.20122.2962.0649.61
Hex30CD364D04A147a3e32
Octal60315661150112241727662
Binary11000011001101110110100110101001010101001111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,205,54); }

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

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

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

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

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

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

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