Html Css Color HEX #2BFF93 Medium Spring Green

📋 copy color: '#2BFF93'

red 43 ◦ green 255 ◦ blue 147

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

Shades of Medium Spring Green #2BFF93

Tints of Medium Spring Green #2BFF93

RGB

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

 GREEN value IS 255 (100% from 255) = 57.3%

 BLUE value IS 147 (57.81% from 255) = 33.03%

R = 9.66%
G = 57.3%
B = 33.03%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#2BFF93 (or 0x2BFF93) is known color: Medium Spring Green. HEX triplet: 2B, FF and 93. RGB value is (43,255,147). Sum of RGB (Red+Green+Blue) = 43+255+147=445 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.66% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFF93 is #D4006C. Grayscale: #B3B3B3. Windows color (decimal): -13893741 or 9699115. OLE color: 9699115.

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

Color convert

RGB 43 255 147 -
CMYK 0.83 0 0.42 0
HSL 149.43º 1% 0.58% -
HSV(B) 149.43º 0.83% 1% -
XYZ 42.02 74.14 39.7 -
YUV 179.3 109.76 30.78 -
System Red Green Blue C M Y K H S L
Decimal 43 255 147 0.83 0 0.42 0 149.43 1 0.58
Hex 2B FF 93 53 0 2A 0 95 64 3A
Octal 53 377 223 123 0 52 0 225 144 72
Binary 101011 11111111 10010011 1010011 0 101010 0 10010101 1100100 111010

Color Harmonies of #2BFF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFF93

Black with #2BFF93

Text Example


Text Example

White with #2BFF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,255,147); }

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

background-color css

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

 a { background-color: rgb(43,255,147); }

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

border-color css

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

 span { border-color: rgb(43,255,147); }

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