Html Css Color HEX #2BF37D Spring Green

📋 copy color: '#2BF37D'

red 43 ◦ green 243 ◦ blue 125

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

Shades of Spring Green #2BF37D

Tints of Spring Green #2BF37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.41%

R = 10.46%
G = 59.12%
B = 30.41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#2BF37D (or 0x2BF37D) is known color: Spring Green. HEX triplet: 2B, F3 and 7D. RGB value is (43,243,125). Sum of RGB (Red+Green+Blue) = 43+243+125=411 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.46% from 411); Green value is 243 (95.31% from 255 or 59.12% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF37D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF37D is #D40C82. Grayscale: #AAAAAA. Windows color (decimal): -13896835 or 8254251. OLE color: 8254251.

HSL color Cylindrical-coordinate representation of color #2BF37D: hue angle of 144.6º 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 #2BF37D is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 43 243 125 -
CMYK 0.82 0 0.49 0.05
HSL 144.6º 0.89% 0.56% -
HSV(B) 144.6º 0.82% 0.95% -
XYZ 36.75 66.1 30.22 -
YUV 169.75 102.74 37.59 -
System Red Green Blue C M Y K H S L
Decimal 43 243 125 0.82 0 0.49 0.05 144.6 0.89 0.56
Hex 2B F3 7D 52 0 31 5 91 59 38
Octal 53 363 175 122 0 61 5 221 131 70
Binary 101011 11110011 1111101 1010010 0 110001 101 10010001 1011001 111000

Color Harmonies of #2BF37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF37D

Black with #2BF37D

Text Example


Text Example

White with #2BF37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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