Html Css Color HEX #2DF96D Spring Green

📋 copy color: '#2DF96D'

red 45 ◦ green 249 ◦ blue 109

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

Shades of Spring Green #2DF96D

Tints of Spring Green #2DF96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.05%

R = 11.17%
G = 61.79%
B = 27.05%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#2DF96D (or 0x2DF96D) is known color: Spring Green. HEX triplet: 2D, F9 and 6D. RGB value is (45,249,109). Sum of RGB (Red+Green+Blue) = 45+249+109=403 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.17% from 403); Green value is 249 (97.66% from 255 or 61.79% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF96D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF96D is #D20692. Grayscale: #ACACAC. Windows color (decimal): -13764243 or 7207213. OLE color: 7207213.

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

Color convert

RGB 45 249 109 -
CMYK 0.82 0 0.56 0.02
HSL 138.82º 0.94% 0.58% -
HSV(B) 138.82º 0.82% 0.98% -
XYZ 37.72 69.41 25.88 -
YUV 172.04 92.41 37.38 -
System Red Green Blue C M Y K H S L
Decimal 45 249 109 0.82 0 0.56 0.02 138.82 0.94 0.58
Hex 2D F9 6D 52 0 38 2 8B 5E 3A
Octal 55 371 155 122 0 70 2 213 136 72
Binary 101101 11111001 1101101 1010010 0 111000 10 10001011 1011110 111010

Color Harmonies of #2DF96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF96D

Black with #2DF96D

Text Example


Text Example

White with #2DF96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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