#2BF48B

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

Shades of Spring Green #2BF48B

Tints of Spring Green #2BF48B

Color information

#2BF48B (or 0x2BF48B) is unknown color: approx Spring Green. HEX triplet: 2B, F4 and 8B. RGB value is (43,244,139). Sum of RGB (Red+Green+Blue) = 43+244+139=426 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.09% from 426); Green value is 244 (95.70% from 255 or 57.28% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 244 - color contains mainly: green. Hex color #2BF48B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF48B is #D40B74. Grayscale: #ACACAC. Windows color (decimal): -13896565 or 9172011. OLE color: 9172011.

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

Color convert

RGB43244139-
CMYK0.8200.430.04
HSL148.66º90.13%56.27%-
HSV(B)148.66º82.38%95.69%-
XYZ38.0167.0835.37-
YUV171.93109.4136.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.09%
GREEN value IS 244 (95.70% from 255) = 57.28%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=10.09%
G=57.28%
B=32.63%

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
Decimal432441390.8200.430.04148.6690.1356.27
Hex2BF48B5202B4955a38
Octal53364213122053422513270
Binary101011111101001000101110100100101011100100101011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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