Html Css Color HEX #2BF379 Spring Green

📋 copy color: '#2BF379'

red 43 ◦ green 243 ◦ blue 121

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

Shades of Spring Green #2BF379

Tints of Spring Green #2BF379

RGB

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

 GREEN value IS 243 (95.31% from 255) = 59.71%

 BLUE value IS 121 (47.66% from 255) = 29.73%

R = 10.57%
G = 59.71%
B = 29.73%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#2BF379 (or 0x2BF379) is known color: Spring Green. HEX triplet: 2B, F3 and 79. RGB value is (43,243,121). Sum of RGB (Red+Green+Blue) = 43+243+121=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 243 (95.31% from 255 or 59.71% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF379 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF379 is #D40C86. Grayscale: #A9A9A9. Windows color (decimal): -13896839 or 7992107. OLE color: 7992107.

HSL color Cylindrical-coordinate representation of color #2BF379: hue angle of 143.4º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF379 is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 43 243 121 -
CMYK 0.82 0 0.50 0.05
HSL 143.4º 0.89% 0.56% -
HSV(B) 143.4º 0.82% 0.95% -
XYZ 36.5 66 28.9 -
YUV 169.29 100.74 37.92 -
System Red Green Blue C M Y K H S L
Decimal 43 243 121 0.82 0 0.50 0.05 143.4 0.89 0.56
Hex 2B F3 79 52 0 32 5 8F 59 38
Octal 53 363 171 122 0 62 5 217 131 70
Binary 101011 11110011 1111001 1010010 0 110010 101 10001111 1011001 111000

Color Harmonies of #2BF379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF379

Black with #2BF379

Text Example


Text Example

White with #2BF379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,243,121); }

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

background-color css

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

 a { background-color: rgb(43,243,121); }

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

border-color css

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

 span { border-color: rgb(43,243,121); }

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