Html Css Color HEX #2DFB6E Spring Green

📋 copy color: '#2DFB6E'

red 45 ◦ green 251 ◦ blue 110

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

Shades of Spring Green #2DFB6E

Tints of Spring Green #2DFB6E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 61.82%

 BLUE value IS 110 (43.36% from 255) = 27.09%

R = 11.08%
G = 61.82%
B = 27.09%

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

#2DFB6E (or 0x2DFB6E) is known color: Spring Green. HEX triplet: 2D, FB and 6E. RGB value is (45,251,110). Sum of RGB (Red+Green+Blue) = 45+251+110=406 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.08% from 406); Green value is 251 (98.44% from 255 or 61.82% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFB6E is #D20491. Grayscale: #ADADAD. Windows color (decimal): -13763730 or 7273261. OLE color: 7273261.

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

Color convert

RGB 45 251 110 -
CMYK 0.82 0 0.56 0.02
HSL 138.93º 0.96% 0.58% -
HSV(B) 138.93º 0.82% 0.98% -
XYZ 38.39 70.68 26.37 -
YUV 173.33 92.25 36.46 -
System Red Green Blue C M Y K H S L
Decimal 45 251 110 0.82 0 0.56 0.02 138.93 0.96 0.58
Hex 2D FB 6E 52 0 38 2 8B 60 3A
Octal 55 373 156 122 0 70 2 213 140 72
Binary 101101 11111011 1101110 1010010 0 111000 10 10001011 1100000 111010

Color Harmonies of #2DFB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFB6E

Black with #2DFB6E

Text Example


Text Example

White with #2DFB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,251,110); }

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

background-color css

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

 a { background-color: rgb(45,251,110); }

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

border-color css

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

 span { border-color: rgb(45,251,110); }

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