Html Css Color HEX #2BF576 Spring Green

📋 copy color: '#2BF576'

red 43 ◦ green 245 ◦ blue 118

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

Shades of Spring Green #2BF576

Tints of Spring Green #2BF576

RGB

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

 GREEN value IS 245 (96.09% from 255) = 60.34%

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 10.59%
G = 60.34%
B = 29.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#2BF576 (or 0x2BF576) is known color: Spring Green. HEX triplet: 2B, F5 and 76. RGB value is (43,245,118). Sum of RGB (Red+Green+Blue) = 43+245+118=406 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.59% from 406); Green value is 245 (96.09% from 255 or 60.34% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF576 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF576 is #D40A89. Grayscale: #AAAAAA. Windows color (decimal): -13896330 or 7796011. OLE color: 7796011.

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

Color convert

RGB 43 245 118 -
CMYK 0.82 0 0.52 0.04
HSL 142.28º 0.91% 0.56% -
HSV(B) 142.28º 0.82% 0.96% -
XYZ 36.92 67.13 28.15 -
YUV 170.12 98.58 37.33 -
System Red Green Blue C M Y K H S L
Decimal 43 245 118 0.82 0 0.52 0.04 142.28 0.91 0.56
Hex 2B F5 76 52 0 34 4 8E 5B 38
Octal 53 365 166 122 0 64 4 216 133 70
Binary 101011 11110101 1110110 1010010 0 110100 100 10001110 1011011 111000

Color Harmonies of #2BF576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF576

Black with #2BF576

Text Example


Text Example

White with #2BF576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,245,118); }

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

background-color css

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

 a { background-color: rgb(43,245,118); }

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

border-color css

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

 span { border-color: rgb(43,245,118); }

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