#2BF48A

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

Shades of Spring Green #2BF48A

Tints of Spring Green #2BF48A

Color information

#2BF48A (or 0x2BF48A) is unknown color: approx Spring Green. HEX triplet: 2B, F4 and 8A. RGB value is (43,244,138). Sum of RGB (Red+Green+Blue) = 43+244+138=425 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.12% from 425); Green value is 244 (95.70% from 255 or 57.41% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 244 - color contains mainly: green. Hex color #2BF48A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF48A is #D40B75. Grayscale: #ACACAC. Windows color (decimal): -13896566 or 9106475. OLE color: 9106475.

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

Color convert

RGB43244138-
CMYK0.8200.430.04
HSL148.36º90.13%56.27%-
HSV(B)148.36º82.38%95.69%-
XYZ37.9367.0534.99-
YUV171.82108.9136.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.12%
GREEN value IS 244 (95.70% from 255) = 57.41%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=10.12%
G=57.41%
B=32.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal432441380.8200.430.04148.3690.1356.27
Hex2BF48A5202B4945a38
Octal53364212122053422413270
Binary101011111101001000101010100100101011100100101001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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