Html Css Color HEX #2BF977 Spring Green

📋 copy color: '#2BF977'

red 43 ◦ green 249 ◦ blue 119

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

Shades of Spring Green #2BF977

Tints of Spring Green #2BF977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.95%

R = 10.46%
G = 60.58%
B = 28.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#2BF977 (or 0x2BF977) is known color: Spring Green. HEX triplet: 2B, F9 and 77. RGB value is (43,249,119). Sum of RGB (Red+Green+Blue) = 43+249+119=411 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.46% from 411); Green value is 249 (97.66% from 255 or 60.58% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF977 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF977 is #D40688. Grayscale: #ACACAC. Windows color (decimal): -13895305 or 7862571. OLE color: 7862571.

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

Color convert

RGB 43 249 119 -
CMYK 0.83 0 0.52 0.02
HSL 142.14º 0.94% 0.57% -
HSV(B) 142.14º 0.83% 0.98% -
XYZ 38.2 69.6 28.87 -
YUV 172.59 97.75 35.57 -
System Red Green Blue C M Y K H S L
Decimal 43 249 119 0.83 0 0.52 0.02 142.14 0.94 0.57
Hex 2B F9 77 53 0 34 2 8E 5E 39
Octal 53 371 167 123 0 64 2 216 136 71
Binary 101011 11111001 1110111 1010011 0 110100 10 10001110 1011110 111001

Color Harmonies of #2BF977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF977

Black with #2BF977

Text Example


Text Example

White with #2BF977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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