#30FE85

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

Shades of Spring Green #30FE85

Tints of Spring Green #30FE85

Color information

#30FE85 (or 0x30FE85) is unknown color: approx Spring Green. HEX triplet: 30, FE and 85. RGB value is (48,254,133). Sum of RGB (Red+Green+Blue) = 48+254+133=435 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.03% from 435); Green value is 254 (99.61% from 255 or 58.39% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 254 - color contains mainly: green. Hex color #30FE85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FE85 is #CF017A. Grayscale: #B2B2B2. Windows color (decimal): -13566331 or 8781360. OLE color: 8781360.

HSL color Cylindrical-coordinate representation of color #30FE85: hue angle of 144.76º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FE85 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB48254133-
CMYK0.8100.480.00
HSL144.76º99.04%59.22%-
HSV(B)144.76º81.1%99.61%-
XYZ40.8973.2134.17-
YUV178.61102.2534.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.03%
GREEN value IS 254 (99.61% from 255) = 58.39%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=11.03%
G=58.39%
B=30.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal482541330.8100.480.00144.7699.0459.22
Hex30FE8551030091633b
Octal60376205121060022114373
Binary1100001111111010000101101000101100000100100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30FE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,254,133); }

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

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

 a { background-color: rgb(48,254,133); }

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

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

 span { border-color: rgb(48,254,133); }

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