#30F480

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

Shades of Spring Green #30F480

Tints of Spring Green #30F480

Color information

#30F480 (or 0x30F480) is unknown color: approx Spring Green. HEX triplet: 30, F4 and 80. RGB value is (48,244,128). Sum of RGB (Red+Green+Blue) = 48+244+128=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 244 (95.70% from 255 or 58.10% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 244 - color contains mainly: green. Hex color #30F480 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F480 is #CF0B7F. Grayscale: #ACACAC. Windows color (decimal): -13568896 or 8451120. OLE color: 8451120.

HSL color Cylindrical-coordinate representation of color #30F480: hue angle of 144.49º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F480 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB48244128-
CMYK0.8000.480.04
HSL144.49º89.91%57.25%-
HSV(B)144.49º80.33%95.69%-
XYZ37.4766.8931.36-
YUV172.17103.0739.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.43%
GREEN value IS 244 (95.70% from 255) = 58.10%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=11.43%
G=58.10%
B=30.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal482441280.8000.480.04144.4989.9157.25
Hex30F480500304905a39
Octal60364200120060422013271
Binary110000111101001000000010100000110000100100100001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,244,128); }

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

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

 a { background-color: rgb(48,244,128); }

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

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

 span { border-color: rgb(48,244,128); }

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