Html Css Color HEX #2BFA6C Spring Green

📋 copy color: '#2BFA6C'

red 43 ◦ green 250 ◦ blue 108

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

Shades of Spring Green #2BFA6C

Tints of Spring Green #2BFA6C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 62.34%

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 10.72%
G = 62.34%
B = 26.93%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#2BFA6C (or 0x2BFA6C) is known color: Spring Green. HEX triplet: 2B, FA and 6C. RGB value is (43,250,108). Sum of RGB (Red+Green+Blue) = 43+250+108=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 250 (98.05% from 255 or 62.34% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFA6C is #D40593. Grayscale: #ACACAC. Windows color (decimal): -13895060 or 7141931. OLE color: 7141931.

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

Color convert

RGB 43 250 108 -
CMYK 0.83 0 0.57 0.02
HSL 138.84º 0.95% 0.57% -
HSV(B) 138.84º 0.83% 0.98% -
XYZ 37.89 69.97 25.7 -
YUV 171.92 91.92 36.05 -
System Red Green Blue C M Y K H S L
Decimal 43 250 108 0.83 0 0.57 0.02 138.84 0.95 0.57
Hex 2B FA 6C 53 0 39 2 8B 5F 39
Octal 53 372 154 123 0 71 2 213 137 71
Binary 101011 11111010 1101100 1010011 0 111001 10 10001011 1011111 111001

Color Harmonies of #2BFA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFA6C

Black with #2BFA6C

Text Example


Text Example

White with #2BFA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,250,108); }

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

background-color css

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

 a { background-color: rgb(43,250,108); }

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

border-color css

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

 span { border-color: rgb(43,250,108); }

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