Html Css Color HEX #2DF373 Spring Green

📋 copy color: '#2DF373'

red 45 ◦ green 243 ◦ blue 115

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

Shades of Spring Green #2DF373

Tints of Spring Green #2DF373

RGB

 RED value IS 45 (17.97% from 255) = 11.17%

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

 BLUE value IS 115 (45.31% from 255) = 28.54%

R = 11.17%
G = 60.3%
B = 28.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#2DF373 (or 0x2DF373) is known color: Spring Green. HEX triplet: 2D, F3 and 73. RGB value is (45,243,115). Sum of RGB (Red+Green+Blue) = 45+243+115=403 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.17% from 403); Green value is 243 (95.31% from 255 or 60.30% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF373 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF373 is #D20C8C. Grayscale: #A9A9A9. Windows color (decimal): -13765773 or 7598893. OLE color: 7598893.

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

Color convert

RGB 45 243 115 -
CMYK 0.81 0 0.53 0.05
HSL 141.21º 0.89% 0.56% -
HSV(B) 141.21º 0.81% 0.95% -
XYZ 36.23 65.9 27.03 -
YUV 169.21 97.4 39.41 -
System Red Green Blue C M Y K H S L
Decimal 45 243 115 0.81 0 0.53 0.05 141.21 0.89 0.56
Hex 2D F3 73 51 0 35 5 8D 59 38
Octal 55 363 163 121 0 65 5 215 131 70
Binary 101101 11110011 1110011 1010001 0 110101 101 10001101 1011001 111000

Color Harmonies of #2DF373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF373

Black with #2DF373

Text Example


Text Example

White with #2DF373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,243,115); }

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

background-color css

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

 a { background-color: rgb(45,243,115); }

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

border-color css

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

 span { border-color: rgb(45,243,115); }

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