#2EEF72

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

Shades of Spring Green #2EEF72

Tints of Spring Green #2EEF72

Color information

#2EEF72 (or 0x2EEF72) is unknown color: approx Spring Green. HEX triplet: 2E, EF and 72. RGB value is (46,239,114). Sum of RGB (Red+Green+Blue) = 46+239+114=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 239 (93.75% from 255 or 59.90% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEF72 is #D1108D. Grayscale: #A7A7A7. Windows color (decimal): -13701262 or 7532334. OLE color: 7532334.

HSL color Cylindrical-coordinate representation of color #2EEF72: hue angle of 141.14º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEF72 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB46239114-
CMYK0.8100.520.06
HSL141.14º85.78%55.88%-
HSV(B)141.14º80.75%93.73%-
XYZ35.0363.5326.34-
YUV167.0498.0641.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.53%
GREEN value IS 239 (93.75% from 255) = 59.90%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=11.53%
G=59.90%
B=28.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal462391140.8100.520.06141.1485.7855.88
Hex2EEF725103468d5638
Octal56357162121064621512670
Binary10111011101111111001010100010110100110100011011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,239,114); }

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

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

 a { background-color: rgb(46,239,114); }

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

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

 span { border-color: rgb(46,239,114); }

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