#2cf97e

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

Shades of Spring Green #2CF97E

Tints of Spring Green #2CF97E

Color information

#2CF97E (or 0x2CF97E) is unknown color: approx Spring Green. HEX triplet: 2C, F9 and 7E. RGB value is (44,249,126). Sum of RGB (Red+Green+Blue) = 44+249+126=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 249 (97.66% from 255 or 59.43% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF97E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF97E is #D30681. Grayscale: #ADADAD. Windows color (decimal): -13829762 or 8321324. OLE color: 8321324.

HSL color Cylindrical-coordinate representation of color #2CF97E: hue angle of 144º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF97E is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB44249126-
CMYK0.8200.490.02
HSL144º94.47%57.45%-
HSV(B)144º82.33%97.65%-
XYZ38.6869.7931.17-
YUV173.68101.0835.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.50%
GREEN value IS 249 (97.66% from 255) = 59.43%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=10.50%
G=59.43%
B=30.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal442491260.8200.490.0214494.4757.45
Hex2CF97E520312905e39
Octal54371176122061222013671
Binary1011001111100111111101010010011000110100100001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cf97e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,249,126); }

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

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

 a { background-color: rgb(44,249,126); }

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

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

 span { border-color: rgb(44,249,126); }

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