#30CD37

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

Shades of Lime Green #30CD37

Tints of Lime Green #30CD37

Color information

#30CD37 (or 0x30CD37) is unknown color: approx Lime Green. HEX triplet: 30, CD and 37. RGB value is (48,205,55). Sum of RGB (Red+Green+Blue) = 48+205+55=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 205 (80.47% from 255 or 66.56% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 205 - color contains mainly: green. Hex color #30CD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CD37 is #CF32C8. Grayscale: #8D8D8D. Windows color (decimal): -13578953 or 3657008. OLE color: 3657008.

HSL color Cylindrical-coordinate representation of color #30CD37: hue angle of 122.68º 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 #30CD37 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB4820555-
CMYK0.7700.730.20
HSL122.68º62.06%49.61%-
HSV(B)122.68º76.59%80.39%-
XYZ23.7444.5710.97-
YUV140.9679.4961.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.58%
GREEN value IS 205 (80.47% from 255) = 66.56%
BLUE value IS 55 (21.88% from 255) = 17.86%
R=15.58%
G=66.56%
B=17.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal48205550.7700.730.20122.6862.0649.61
Hex30CD374D049147b3e32
Octal60315671150111241737662
Binary11000011001101110111100110101001001101001111011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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