#2FFB70

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

Shades of Spring Green #2FFB70

Tints of Spring Green #2FFB70

Color information

#2FFB70 (or 0x2FFB70) is unknown color: approx Spring Green. HEX triplet: 2F, FB and 70. RGB value is (47,251,112). Sum of RGB (Red+Green+Blue) = 47+251+112=410 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.46% from 410); Green value is 251 (98.44% from 255 or 61.22% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFB70 is #D0048F. Grayscale: #AEAEAE. Windows color (decimal): -13632656 or 7404335. OLE color: 7404335.

HSL color Cylindrical-coordinate representation of color #2FFB70: hue angle of 139.12º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFB70 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB47251112-
CMYK0.8100.550.02
HSL139.12º96.23%58.43%-
HSV(B)139.12º81.27%98.43%-
XYZ38.5970.7726.95-
YUV174.1692.9137.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.46%
GREEN value IS 251 (98.44% from 255) = 61.22%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=11.46%
G=61.22%
B=27.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal472511120.8100.550.02139.1296.2358.43
Hex2FFB705103728b603a
Octal57373160121067221314072
Binary1011111111101111100001010001011011110100010111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,251,112); }

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

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

 a { background-color: rgb(47,251,112); }

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

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

 span { border-color: rgb(47,251,112); }

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