#30C448

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

Shades of Lime Green #30C448

Tints of Lime Green #30C448

Color information

#30C448 (or 0x30C448) is unknown color: approx Lime Green. HEX triplet: 30, C4 and 48. RGB value is (48,196,72). Sum of RGB (Red+Green+Blue) = 48+196+72=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 196 (76.95% from 255 or 62.03% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 196 - color contains mainly: green. Hex color #30C448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C448 is #CF3BB7. Grayscale: #898989. Windows color (decimal): -13581240 or 4768816. OLE color: 4768816.

HSL color Cylindrical-coordinate representation of color #30C448: hue angle of 129.73º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C448 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB4819672-
CMYK0.7600.630.23
HSL129.73º60.66%47.84%-
HSV(B)129.73º75.51%76.86%-
XYZ22.1340.5812.8-
YUV137.6190.9764.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.19%
GREEN value IS 196 (76.95% from 255) = 62.03%
BLUE value IS 72 (28.52% from 255) = 22.78%
R=15.19%
G=62.03%
B=22.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal48196720.7600.630.23129.7360.6647.84
Hex30C4484C03F17823d30
Octal60304110114077272027560
Binary110000110001001001000100110001111111011110000010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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