#2FFC7F

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

Shades of Spring Green #2FFC7F

Tints of Spring Green #2FFC7F

Color information

#2FFC7F (or 0x2FFC7F) is unknown color: approx Spring Green. HEX triplet: 2F, FC and 7F. RGB value is (47,252,127). Sum of RGB (Red+Green+Blue) = 47+252+127=426 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.03% from 426); Green value is 252 (98.83% from 255 or 59.15% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFC7F is #D00380. Grayscale: #B0B0B0. Windows color (decimal): -13632385 or 8387631. OLE color: 8387631.

HSL color Cylindrical-coordinate representation of color #2FFC7F: hue angle of 143.41º 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 #2FFC7F is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB47252127-
CMYK0.8100.500.01
HSL143.41º97.16%58.63%-
HSV(B)143.41º81.35%98.82%-
XYZ39.8171.7631.83-
YUV176.46100.0835.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.03%
GREEN value IS 252 (98.83% from 255) = 59.15%
BLUE value IS 127 (50% from 255) = 29.81%
R=11.03%
G=59.15%
B=29.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal472521270.8100.500.01143.4197.1658.63
Hex2FFC7F5103218f613b
Octal57374177121062121714173
Binary101111111111001111111101000101100101100011111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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