Html Css Color HEX #2BF971 Spring Green

📋 copy color: '#2BF971'

red 43 ◦ green 249 ◦ blue 113

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

Shades of Spring Green #2BF971

Tints of Spring Green #2BF971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 10.62%
G = 61.48%
B = 27.9%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#2BF971 (or 0x2BF971) is known color: Spring Green. HEX triplet: 2B, F9 and 71. RGB value is (43,249,113). Sum of RGB (Red+Green+Blue) = 43+249+113=405 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.62% from 405); Green value is 249 (97.66% from 255 or 61.48% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF971 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF971 is #D4068E. Grayscale: #ACACAC. Windows color (decimal): -13895311 or 7469355. OLE color: 7469355.

HSL color Cylindrical-coordinate representation of color #2BF971: hue angle of 140.39º 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 #2BF971 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 249 113 -
CMYK 0.83 0 0.55 0.02
HSL 140.39º 0.94% 0.57% -
HSV(B) 140.39º 0.83% 0.98% -
XYZ 37.85 69.46 27.03 -
YUV 171.9 94.75 36.06 -
System Red Green Blue C M Y K H S L
Decimal 43 249 113 0.83 0 0.55 0.02 140.39 0.94 0.57
Hex 2B F9 71 53 0 37 2 8C 5E 39
Octal 53 371 161 123 0 67 2 214 136 71
Binary 101011 11111001 1110001 1010011 0 110111 10 10001100 1011110 111001

Color Harmonies of #2BF971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF971

Black with #2BF971

Text Example


Text Example

White with #2BF971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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