Html Css Color HEX #2BF375 Spring Green

📋 copy color: '#2BF375'

red 43 ◦ green 243 ◦ blue 117

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

Shades of Spring Green #2BF375

Tints of Spring Green #2BF375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 10.67%
G = 60.3%
B = 29.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#2BF375 (or 0x2BF375) is known color: Spring Green. HEX triplet: 2B, F3 and 75. RGB value is (43,243,117). Sum of RGB (Red+Green+Blue) = 43+243+117=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 243 (95.31% from 255 or 60.30% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF375 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF375 is #D40C8A. Grayscale: #A9A9A9. Windows color (decimal): -13896843 or 7729963. OLE color: 7729963.

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

Color convert

RGB 43 243 117 -
CMYK 0.82 0 0.52 0.05
HSL 142.2º 0.89% 0.56% -
HSV(B) 142.2º 0.82% 0.95% -
XYZ 36.26 65.9 27.64 -
YUV 168.84 98.74 38.25 -
System Red Green Blue C M Y K H S L
Decimal 43 243 117 0.82 0 0.52 0.05 142.2 0.89 0.56
Hex 2B F3 75 52 0 34 5 8E 59 38
Octal 53 363 165 122 0 64 5 216 131 70
Binary 101011 11110011 1110101 1010010 0 110100 101 10001110 1011001 111000

Color Harmonies of #2BF375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF375

Black with #2BF375

Text Example


Text Example

White with #2BF375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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