Html Css Color HEX #2DFA6A Spring Green

📋 copy color: '#2DFA6A'

red 45 ◦ green 250 ◦ blue 106

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

Shades of Spring Green #2DFA6A

Tints of Spring Green #2DFA6A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 62.34%

 BLUE value IS 106 (41.8% from 255) = 26.43%

R = 11.22%
G = 62.34%
B = 26.43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#2DFA6A (or 0x2DFA6A) is known color: Spring Green. HEX triplet: 2D, FA and 6A. RGB value is (45,250,106). Sum of RGB (Red+Green+Blue) = 45+250+106=401 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.22% from 401); Green value is 250 (98.05% from 255 or 62.34% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFA6A is #D20595. Grayscale: #ACACAC. Windows color (decimal): -13763990 or 7010861. OLE color: 7010861.

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

Color convert

RGB 45 250 106 -
CMYK 0.82 0 0.58 0.02
HSL 137.85º 0.95% 0.58% -
HSV(B) 137.85º 0.82% 0.98% -
XYZ 37.87 69.97 25.15 -
YUV 172.29 90.58 37.21 -
System Red Green Blue C M Y K H S L
Decimal 45 250 106 0.82 0 0.58 0.02 137.85 0.95 0.58
Hex 2D FA 6A 52 0 3A 2 8A 5F 3A
Octal 55 372 152 122 0 72 2 212 137 72
Binary 101101 11111010 1101010 1010010 0 111010 10 10001010 1011111 111010

Color Harmonies of #2DFA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFA6A

Black with #2DFA6A

Text Example


Text Example

White with #2DFA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,250,106); }

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

background-color css

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

 a { background-color: rgb(45,250,106); }

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

border-color css

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

 span { border-color: rgb(45,250,106); }

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