#2BF489

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

Shades of Spring Green #2BF489

Tints of Spring Green #2BF489

Color information

#2BF489 (or 0x2BF489) is unknown color: approx Spring Green. HEX triplet: 2B, F4 and 89. RGB value is (43,244,137). Sum of RGB (Red+Green+Blue) = 43+244+137=424 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.14% from 424); Green value is 244 (95.70% from 255 or 57.55% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 244 - color contains mainly: green. Hex color #2BF489 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF489 is #D40B76. Grayscale: #ABABAB. Windows color (decimal): -13896567 or 9040939. OLE color: 9040939.

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

Color convert

RGB43244137-
CMYK0.8200.440.04
HSL148.06º90.13%56.27%-
HSV(B)148.06º82.38%95.69%-
XYZ37.8667.0234.61-
YUV171.7108.4136.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.14%
GREEN value IS 244 (95.70% from 255) = 57.55%
BLUE value IS 137 (53.91% from 255) = 32.31%
R=10.14%
G=57.55%
B=32.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal432441370.8200.440.04148.0690.1356.27
Hex2BF4895202C4945a38
Octal53364211122054422413270
Binary101011111101001000100110100100101100100100101001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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