#2BF47B

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

Shades of Spring Green #2BF47B

Tints of Spring Green #2BF47B

Color information

#2BF47B (or 0x2BF47B) is unknown color: approx Spring Green. HEX triplet: 2B, F4 and 7B. RGB value is (43,244,123). Sum of RGB (Red+Green+Blue) = 43+244+123=410 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.49% from 410); Green value is 244 (95.70% from 255 or 59.51% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 244 - color contains mainly: green. Hex color #2BF47B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF47B is #D40B84. Grayscale: #AAAAAA. Windows color (decimal): -13896581 or 8123435. OLE color: 8123435.

HSL color Cylindrical-coordinate representation of color #2BF47B: hue angle of 143.88º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF47B is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB43244123-
CMYK0.8200.500.04
HSL143.88º90.13%56.27%-
HSV(B)143.88º82.38%95.69%-
XYZ36.9266.6529.66-
YUV170.11101.4137.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.49%
GREEN value IS 244 (95.70% from 255) = 59.51%
BLUE value IS 123 (48.44% from 255) = 30%
R=10.49%
G=59.51%
B=30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal432441230.8200.500.04143.8890.1356.27
Hex2BF47B520324905a38
Octal53364173122062422013270
Binary10101111110100111101110100100110010100100100001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,244,123); }

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

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

 a { background-color: rgb(43,244,123); }

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

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

 span { border-color: rgb(43,244,123); }

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