#2FFC81

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

Shades of Spring Green #2FFC81

Tints of Spring Green #2FFC81

Color information

#2FFC81 (or 0x2FFC81) is unknown color: approx Spring Green. HEX triplet: 2F, FC and 81. RGB value is (47,252,129). Sum of RGB (Red+Green+Blue) = 47+252+129=428 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.98% from 428); Green value is 252 (98.83% from 255 or 58.88% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFC81 is #D0037E. Grayscale: #B0B0B0. Windows color (decimal): -13632383 or 8518703. OLE color: 8518703.

HSL color Cylindrical-coordinate representation of color #2FFC81: hue angle of 144º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFC81 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB47252129-
CMYK0.8100.490.01
HSL144º97.16%58.63%-
HSV(B)144º81.35%98.82%-
XYZ39.9571.8132.52-
YUV176.68101.0835.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.98%
GREEN value IS 252 (98.83% from 255) = 58.88%
BLUE value IS 129 (50.78% from 255) = 30.14%
R=10.98%
G=58.88%
B=30.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal472521290.8100.490.0114497.1658.63
Hex2FFC8151031190613b
Octal57374201121061122014173
Binary1011111111110010000001101000101100011100100001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FFC81; }

 p { color: rgb(47,252,129); }

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

<style>
 a { background-color: #2FFC81; }

 a { background-color: rgb(47,252,129); }

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

<style>
 span { border-color: #2FFC81; }

 span { border-color: rgb(47,252,129); }

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