Html Css Color HEX #2BFF74 Spring Green

📋 copy color: '#2BFF74'

red 43 ◦ green 255 ◦ blue 116

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

Shades of Spring Green #2BFF74

Tints of Spring Green #2BFF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.02%

R = 10.39%
G = 61.59%
B = 28.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#2BFF74 (or 0x2BFF74) is known color: Spring Green. HEX triplet: 2B, FF and 74. RGB value is (43,255,116). Sum of RGB (Red+Green+Blue) = 43+255+116=414 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.39% from 414); Green value is 255 (100% from 255 or 61.59% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFF74 is #D4008B. Grayscale: #B0B0B0. Windows color (decimal): -13893772 or 7667499. OLE color: 7667499.

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

Color convert

RGB 43 255 116 -
CMYK 0.83 0 0.55 0
HSL 140.66º 1% 0.58% -
HSV(B) 140.66º 0.83% 1% -
XYZ 39.91 73.29 28.57 -
YUV 175.77 94.26 33.3 -
System Red Green Blue C M Y K H S L
Decimal 43 255 116 0.83 0 0.55 0 140.66 1 0.58
Hex 2B FF 74 53 0 37 0 8D 64 3A
Octal 53 377 164 123 0 67 0 215 144 72
Binary 101011 11111111 1110100 1010011 0 110111 0 10001101 1100100 111010

Color Harmonies of #2BFF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFF74

Black with #2BFF74

Text Example


Text Example

White with #2BFF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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