Html Css Color HEX #2DF86D Spring Green

📋 copy color: '#2DF86D'

red 45 ◦ green 248 ◦ blue 109

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

Shades of Spring Green #2DF86D

Tints of Spring Green #2DF86D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 61.69%

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

R = 11.19%
G = 61.69%
B = 27.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#2DF86D (or 0x2DF86D) is known color: Spring Green. HEX triplet: 2D, F8 and 6D. RGB value is (45,248,109). Sum of RGB (Red+Green+Blue) = 45+248+109=402 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.19% from 402); Green value is 248 (97.27% from 255 or 61.69% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF86D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF86D is #D20792. Grayscale: #ABABAB. Windows color (decimal): -13764499 or 7206957. OLE color: 7206957.

HSL color Cylindrical-coordinate representation of color #2DF86D: hue angle of 138.92º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF86D is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 45 248 109 -
CMYK 0.82 0 0.56 0.03
HSL 138.92º 0.94% 0.57% -
HSV(B) 138.92º 0.82% 0.97% -
XYZ 37.41 68.8 25.78 -
YUV 171.46 92.75 37.8 -
System Red Green Blue C M Y K H S L
Decimal 45 248 109 0.82 0 0.56 0.03 138.92 0.94 0.57
Hex 2D F8 6D 52 0 38 3 8B 5E 39
Octal 55 370 155 122 0 70 3 213 136 71
Binary 101101 11111000 1101101 1010010 0 111000 11 10001011 1011110 111001

Color Harmonies of #2DF86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF86D

Black with #2DF86D

Text Example


Text Example

White with #2DF86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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