#30F345

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

Shades of Lime Green #30F345

Tints of Lime Green #30F345

Color information

#30F345 (or 0x30F345) is unknown color: approx Lime Green. HEX triplet: 30, F3 and 45. RGB value is (48,243,69). Sum of RGB (Red+Green+Blue) = 48+243+69=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 243 (95.31% from 255 or 67.5% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 243 - color contains mainly: green. Hex color #30F345 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F345 is #CF0CBA. Grayscale: #A5A5A5. Windows color (decimal): -13569211 or 4584240. OLE color: 4584240.

HSL color Cylindrical-coordinate representation of color #30F345: hue angle of 126.46º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F345 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB4824369-
CMYK0.8000.720.05
HSL126.46º89.04%57.06%-
HSV(B)126.46º80.25%95.29%-
XYZ34.3465.1616.4-
YUV164.8673.944.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.33%
GREEN value IS 243 (95.31% from 255) = 67.5%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=13.33%
G=67.5%
B=19.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48243690.8000.720.05126.4689.0457.06
Hex30F3455004857e5939
Octal603631051200110517613171
Binary11000011110011100010110100000100100010111111101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,243,69); }

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

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

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

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

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

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

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