Html Css Color HEX #2DF982 Spring Green

📋 copy color: '#2DF982'

red 45 ◦ green 249 ◦ blue 130

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

Shades of Spring Green #2DF982

Tints of Spring Green #2DF982

RGB

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

 GREEN value IS 249 (97.66% from 255) = 58.73%

 BLUE value IS 130 (51.17% from 255) = 30.66%

R = 10.61%
G = 58.73%
B = 30.66%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#2DF982 (or 0x2DF982) is known color: Spring Green. HEX triplet: 2D, F9 and 82. RGB value is (45,249,130). Sum of RGB (Red+Green+Blue) = 45+249+130=424 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.61% from 424); Green value is 249 (97.66% from 255 or 58.73% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF982 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF982 is #D2067D. Grayscale: #AEAEAE. Windows color (decimal): -13764222 or 8583469. OLE color: 8583469.

HSL color Cylindrical-coordinate representation of color #2DF982: hue angle of 145º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF982 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 249 130 -
CMYK 0.82 0 0.48 0.02
HSL 145º 0.94% 0.58% -
HSV(B) 145º 0.82% 0.98% -
XYZ 38.99 69.92 32.56 -
YUV 174.44 102.91 35.68 -
System Red Green Blue C M Y K H S L
Decimal 45 249 130 0.82 0 0.48 0.02 145 0.94 0.58
Hex 2D F9 82 52 0 30 2 91 5E 3A
Octal 55 371 202 122 0 60 2 221 136 72
Binary 101101 11111001 10000010 1010010 0 110000 10 10010001 1011110 111010

Color Harmonies of #2DF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF982

Black with #2DF982

Text Example


Text Example

White with #2DF982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,249,130); }

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

background-color css

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

 a { background-color: rgb(45,249,130); }

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

border-color css

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

 span { border-color: rgb(45,249,130); }

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