Html Css Color HEX #2BFD6F Spring Green

📋 copy color: '#2BFD6F'

red 43 ◦ green 253 ◦ blue 111

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

Shades of Spring Green #2BFD6F

Tints of Spring Green #2BFD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.27%

R = 10.57%
G = 62.16%
B = 27.27%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#2BFD6F (or 0x2BFD6F) is known color: Spring Green. HEX triplet: 2B, FD and 6F. RGB value is (43,253,111). Sum of RGB (Red+Green+Blue) = 43+253+111=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 253 (99.22% from 255 or 62.16% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFD6F is #D40290. Grayscale: #AEAEAE. Windows color (decimal): -13894289 or 7339307. OLE color: 7339307.

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

Color convert

RGB 43 253 111 -
CMYK 0.83 0 0.56 0.01
HSL 139.43º 0.98% 0.58% -
HSV(B) 139.43º 0.83% 0.99% -
XYZ 38.99 71.91 26.86 -
YUV 174.02 92.43 34.55 -
System Red Green Blue C M Y K H S L
Decimal 43 253 111 0.83 0 0.56 0.01 139.43 0.98 0.58
Hex 2B FD 6F 53 0 38 1 8B 62 3A
Octal 53 375 157 123 0 70 1 213 142 72
Binary 101011 11111101 1101111 1010011 0 111000 1 10001011 1100010 111010

Color Harmonies of #2BFD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFD6F

Black with #2BFD6F

Text Example


Text Example

White with #2BFD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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