Html Css Color HEX #2BF879 Spring Green

📋 copy color: '#2BF879'

red 43 ◦ green 248 ◦ blue 121

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

Shades of Spring Green #2BF879

Tints of Spring Green #2BF879

RGB

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

 GREEN value IS 248 (97.27% from 255) = 60.19%

 BLUE value IS 121 (47.66% from 255) = 29.37%

R = 10.44%
G = 60.19%
B = 29.37%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#2BF879 (or 0x2BF879) is known color: Spring Green. HEX triplet: 2B, F8 and 79. RGB value is (43,248,121). Sum of RGB (Red+Green+Blue) = 43+248+121=412 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.44% from 412); Green value is 248 (97.27% from 255 or 60.19% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF879 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF879 is #D40786. Grayscale: #ACACAC. Windows color (decimal): -13895559 or 7993387. OLE color: 7993387.

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

Color convert

RGB 43 248 121 -
CMYK 0.83 0 0.51 0.03
HSL 142.83º 0.94% 0.57% -
HSV(B) 142.83º 0.83% 0.97% -
XYZ 38.01 69.03 29.41 -
YUV 172.23 99.08 35.83 -
System Red Green Blue C M Y K H S L
Decimal 43 248 121 0.83 0 0.51 0.03 142.83 0.94 0.57
Hex 2B F8 79 53 0 33 3 8F 5E 39
Octal 53 370 171 123 0 63 3 217 136 71
Binary 101011 11111000 1111001 1010011 0 110011 11 10001111 1011110 111001

Color Harmonies of #2BF879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF879

Black with #2BF879

Text Example


Text Example

White with #2BF879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,248,121); }

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

background-color css

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

 a { background-color: rgb(43,248,121); }

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

border-color css

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

 span { border-color: rgb(43,248,121); }

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