Html Css Color HEX #2BFD7F Spring Green

📋 copy color: '#2BFD7F'

red 43 ◦ green 253 ◦ blue 127

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

Shades of Spring Green #2BFD7F

Tints of Spring Green #2BFD7F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 59.81%

 BLUE value IS 127 (50% from 255) = 30.02%

R = 10.17%
G = 59.81%
B = 30.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#2BFD7F (or 0x2BFD7F) is known color: Spring Green. HEX triplet: 2B, FD and 7F. RGB value is (43,253,127). Sum of RGB (Red+Green+Blue) = 43+253+127=423 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.17% from 423); Green value is 253 (99.22% from 255 or 59.81% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFD7F is #D40280. Grayscale: #B0B0B0. Windows color (decimal): -13894273 or 8387883. OLE color: 8387883.

HSL color Cylindrical-coordinate representation of color #2BFD7F: hue angle of 144º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFD7F is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 43 253 127 -
CMYK 0.83 0 0.50 0.01
HSL 144º 0.98% 0.58% -
HSV(B) 144º 0.83% 0.99% -
XYZ 39.95 72.3 31.93 -
YUV 175.85 100.43 33.25 -
System Red Green Blue C M Y K H S L
Decimal 43 253 127 0.83 0 0.50 0.01 144 0.98 0.58
Hex 2B FD 7F 53 0 32 1 90 62 3A
Octal 53 375 177 123 0 62 1 220 142 72
Binary 101011 11111101 1111111 1010011 0 110010 1 10010000 1100010 111010

Color Harmonies of #2BFD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFD7F

Black with #2BFD7F

Text Example


Text Example

White with #2BFD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,253,127); }

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

background-color css

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

 a { background-color: rgb(43,253,127); }

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

border-color css

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

 span { border-color: rgb(43,253,127); }

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