Html Css Color HEX #2DF381 Spring Green

📋 copy color: '#2DF381'

red 45 ◦ green 243 ◦ blue 129

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

Shades of Spring Green #2DF381

Tints of Spring Green #2DF381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.94%

R = 10.79%
G = 58.27%
B = 30.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#2DF381 (or 0x2DF381) is known color: Spring Green. HEX triplet: 2D, F3 and 81. RGB value is (45,243,129). Sum of RGB (Red+Green+Blue) = 45+243+129=417 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.79% from 417); Green value is 243 (95.31% from 255 or 58.27% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF381 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF381 is #D20C7E. Grayscale: #ABABAB. Windows color (decimal): -13765759 or 8516397. OLE color: 8516397.

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

Color convert

RGB 45 243 129 -
CMYK 0.81 0 0.47 0.05
HSL 145.45º 0.89% 0.56% -
HSV(B) 145.45º 0.81% 0.95% -
XYZ 37.1 66.24 31.6 -
YUV 170.8 104.4 38.27 -
System Red Green Blue C M Y K H S L
Decimal 45 243 129 0.81 0 0.47 0.05 145.45 0.89 0.56
Hex 2D F3 81 51 0 2F 5 91 59 38
Octal 55 363 201 121 0 57 5 221 131 70
Binary 101101 11110011 10000001 1010001 0 101111 101 10010001 1011001 111000

Color Harmonies of #2DF381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF381

Black with #2DF381

Text Example


Text Example

White with #2DF381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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