#2bef81

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

Shades of Spring Green #2BEF81

Tints of Spring Green #2BEF81

Color information

#2BEF81 (or 0x2BEF81) is unknown color: approx Spring Green. HEX triplet: 2B, EF and 81. RGB value is (43,239,129). Sum of RGB (Red+Green+Blue) = 43+239+129=411 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.46% from 411); Green value is 239 (93.75% from 255 or 58.15% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEF81 is #D4107E. Grayscale: #A8A8A8. Windows color (decimal): -13897855 or 8515371. OLE color: 8515371.

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

Color convert

RGB43239129-
CMYK0.8200.460.06
HSL146.33º85.96%55.29%-
HSV(B)146.33º82.01%93.73%-
XYZ35.8363.8331.2-
YUV167.86106.0738.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.46%
GREEN value IS 239 (93.75% from 255) = 58.15%
BLUE value IS 129 (50.78% from 255) = 31.39%
R=10.46%
G=58.15%
B=31.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal432391290.8200.460.06146.3385.9655.29
Hex2BEF815202E6925637
Octal53357201122056622212667
Binary101011111011111000000110100100101110110100100101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bef81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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