#2FF884

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

Shades of Spring Green #2FF884

Tints of Spring Green #2FF884

Color information

#2FF884 (or 0x2FF884) is unknown color: approx Spring Green. HEX triplet: 2F, F8 and 84. RGB value is (47,248,132). Sum of RGB (Red+Green+Blue) = 47+248+132=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 248 (97.27% from 255 or 58.08% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF884 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF884 is #D0077B. Grayscale: #AEAEAE. Windows color (decimal): -13633404 or 8714287. OLE color: 8714287.

HSL color Cylindrical-coordinate representation of color #2FF884: hue angle of 145.37º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF884 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB47248132-
CMYK0.8100.470.03
HSL145.37º93.49%57.84%-
HSV(B)145.37º81.05%97.25%-
XYZ38.969.4133.18-
YUV174.68103.9136.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.01%
GREEN value IS 248 (97.27% from 255) = 58.08%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=11.01%
G=58.08%
B=30.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal472481320.8100.470.03145.3793.4957.84
Hex2FF8845102F3915d3a
Octal57370204121057322113572
Binary10111111111000100001001010001010111111100100011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,248,132); }

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

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

 a { background-color: rgb(47,248,132); }

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

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

 span { border-color: rgb(47,248,132); }

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