Html Css Color HEX #2DF96F Spring Green

📋 copy color: '#2DF96F'

red 45 ◦ green 249 ◦ blue 111

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

Shades of Spring Green #2DF96F

Tints of Spring Green #2DF96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.41%

R = 11.11%
G = 61.48%
B = 27.41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#2DF96F (or 0x2DF96F) is known color: Spring Green. HEX triplet: 2D, F9 and 6F. RGB value is (45,249,111). Sum of RGB (Red+Green+Blue) = 45+249+111=405 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.11% from 405); Green value is 249 (97.66% from 255 or 61.48% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF96F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF96F is #D20690. Grayscale: #ACACAC. Windows color (decimal): -13764241 or 7338285. OLE color: 7338285.

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

Color convert

RGB 45 249 111 -
CMYK 0.82 0 0.55 0.02
HSL 139.41º 0.94% 0.58% -
HSV(B) 139.41º 0.82% 0.98% -
XYZ 37.83 69.46 26.45 -
YUV 172.27 93.41 37.22 -
System Red Green Blue C M Y K H S L
Decimal 45 249 111 0.82 0 0.55 0.02 139.41 0.94 0.58
Hex 2D F9 6F 52 0 37 2 8B 5E 3A
Octal 55 371 157 122 0 67 2 213 136 72
Binary 101101 11111001 1101111 1010010 0 110111 10 10001011 1011110 111010

Color Harmonies of #2DF96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF96F

Black with #2DF96F

Text Example


Text Example

White with #2DF96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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