#30CE48

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

Shades of Lime Green #30CE48

Tints of Lime Green #30CE48

Color information

#30CE48 (or 0x30CE48) is unknown color: approx Lime Green. HEX triplet: 30, CE and 48. RGB value is (48,206,72). Sum of RGB (Red+Green+Blue) = 48+206+72=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 206 (80.86% from 255 or 63.19% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CE48 is #CF31B7. Grayscale: #8F8F8F. Windows color (decimal): -13578680 or 4771376. OLE color: 4771376.

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

Color convert

RGB4820672-
CMYK0.7700.650.19
HSL129.11º62.2%49.8%-
HSV(B)129.11º76.7%80.78%-
XYZ24.4645.2413.57-
YUV143.4887.6559.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.72%
GREEN value IS 206 (80.86% from 255) = 63.19%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=14.72%
G=63.19%
B=22.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal48206720.7700.650.19129.1162.249.8
Hex30CE484D04113813e32
Octal603161101150101232017662
Binary1100001100111010010001001101010000011001110000001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,206,72); }

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

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

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

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

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

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

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