#2CEF7E

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

Shades of Spring Green #2CEF7E

Tints of Spring Green #2CEF7E

Color information

#2CEF7E (or 0x2CEF7E) is unknown color: approx Spring Green. HEX triplet: 2C, EF and 7E. RGB value is (44,239,126). Sum of RGB (Red+Green+Blue) = 44+239+126=409 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.76% from 409); Green value is 239 (93.75% from 255 or 58.44% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEF7E is #D31081. Grayscale: #A8A8A8. Windows color (decimal): -13832322 or 8318764. OLE color: 8318764.

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

Color convert

RGB44239126-
CMYK0.8200.470.06
HSL145.23º85.9%55.49%-
HSV(B)145.23º81.59%93.73%-
XYZ35.6763.7730.17-
YUV167.81104.439.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.76%
GREEN value IS 239 (93.75% from 255) = 58.44%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=10.76%
G=58.44%
B=30.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal442391260.8200.470.06145.2385.955.49
Hex2CEF7E5202F6915637
Octal54357176122057622112667
Binary10110011101111111111010100100101111110100100011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CEF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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