Html Css Color HEX #2BF973 Spring Green

📋 copy color: '#2BF973'

red 43 ◦ green 249 ◦ blue 115

#2BF973
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #2BF973

Tints of Spring Green #2BF973

RGB

 RED value IS 43 (17.19% from 255) = 10.57%

 GREEN value IS 249 (97.66% from 255) = 61.18%

 BLUE value IS 115 (45.31% from 255) = 28.26%

R = 10.57%
G = 61.18%
B = 28.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#2BF973 (or 0x2BF973) is known color: Spring Green. HEX triplet: 2B, F9 and 73. RGB value is (43,249,115). Sum of RGB (Red+Green+Blue) = 43+249+115=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 249 (97.66% from 255 or 61.18% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF973 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF973 is #D4068C. Grayscale: #ACACAC. Windows color (decimal): -13895309 or 7600427. OLE color: 7600427.

HSL color Cylindrical-coordinate representation of color #2BF973: hue angle of 140.97º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF973 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 249 115 -
CMYK 0.83 0 0.54 0.02
HSL 140.97º 0.94% 0.57% -
HSV(B) 140.97º 0.83% 0.98% -
XYZ 37.97 69.5 27.63 -
YUV 172.13 95.75 35.9 -
System Red Green Blue C M Y K H S L
Decimal 43 249 115 0.83 0 0.54 0.02 140.97 0.94 0.57
Hex 2B F9 73 53 0 36 2 8D 5E 39
Octal 53 371 163 123 0 66 2 215 136 71
Binary 101011 11111001 1110011 1010011 0 110110 10 10001101 1011110 111001

Color Harmonies of #2BF973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF973

Black with #2BF973

Text Example


Text Example

White with #2BF973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,249,115); }

 H1.HeaderClassName
 {
   color: #2BF973;
 }
 .AnyTagClassName
 {
   color: #2BF973;
 }
</style>

background-color css

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

 a { background-color: rgb(43,249,115); }

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

border-color css

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

 span { border-color: rgb(43,249,115); }

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