#2BEF7C

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

Shades of Spring Green #2BEF7C

Tints of Spring Green #2BEF7C

Color information

#2BEF7C (or 0x2BEF7C) is unknown color: approx Spring Green. HEX triplet: 2B, EF and 7C. RGB value is (43,239,124). Sum of RGB (Red+Green+Blue) = 43+239+124=406 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.59% from 406); Green value is 239 (93.75% from 255 or 58.87% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEF7C is #D41083. Grayscale: #A7A7A7. Windows color (decimal): -13897860 or 8187691. OLE color: 8187691.

HSL color Cylindrical-coordinate representation of color #2BEF7C: hue angle of 144.8º 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 #2BEF7C is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB43239124-
CMYK0.8200.480.06
HSL144.8º85.96%55.29%-
HSV(B)144.8º82.01%93.73%-
XYZ35.563.729.49-
YUV167.29103.5739.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.59%
GREEN value IS 239 (93.75% from 255) = 58.87%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=10.59%
G=58.87%
B=30.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal432391240.8200.480.06144.885.9655.29
Hex2BEF7C520306915637
Octal53357174122060622112667
Binary10101111101111111110010100100110000110100100011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BEF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,239,124); }

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

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

 a { background-color: rgb(43,239,124); }

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

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

 span { border-color: rgb(43,239,124); }

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