Html Css Color HEX #2BFA70 Spring Green

📋 copy color: '#2BFA70'

red 43 ◦ green 250 ◦ blue 112

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

Shades of Spring Green #2BFA70

Tints of Spring Green #2BFA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 10.62%
G = 61.73%
B = 27.65%

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

#2BFA70 (or 0x2BFA70) is known color: Spring Green. HEX triplet: 2B, FA and 70. RGB value is (43,250,112). Sum of RGB (Red+Green+Blue) = 43+250+112=405 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.62% from 405); Green value is 250 (98.05% from 255 or 61.73% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFA70 is #D4058F. Grayscale: #ACACAC. Windows color (decimal): -13895056 or 7404075. OLE color: 7404075.

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

Color convert

RGB 43 250 112 -
CMYK 0.83 0 0.55 0.02
HSL 140º 0.95% 0.57% -
HSV(B) 140º 0.83% 0.98% -
XYZ 38.11 70.05 26.84 -
YUV 172.38 93.92 35.72 -
System Red Green Blue C M Y K H S L
Decimal 43 250 112 0.83 0 0.55 0.02 140 0.95 0.57
Hex 2B FA 70 53 0 37 2 8C 5F 39
Octal 53 372 160 123 0 67 2 214 137 71
Binary 101011 11111010 1110000 1010011 0 110111 10 10001100 1011111 111001

Color Harmonies of #2BFA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFA70

Black with #2BFA70

Text Example


Text Example

White with #2BFA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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