#2DFB6B

Color #2DFB6B Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #2DFB6B

Tints of Spring Green #2DFB6B

Color information

#2DFB6B (or 0x2DFB6B) is unknown color: approx Spring Green. HEX triplet: 2D, FB and 6B. RGB value is (45,251,107). Sum of RGB (Red+Green+Blue) = 45+251+107=403 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.17% from 403); Green value is 251 (98.44% from 255 or 62.28% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFB6B is #D20494. Grayscale: #ADADAD. Windows color (decimal): -13763733 or 7076653. OLE color: 7076653.

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

Color convert

RGB45251107-
CMYK0.8200.570.02
HSL138.06º96.26%58.04%-
HSV(B)138.06º82.07%98.43%-
XYZ38.2370.6125.52-
YUV172.9990.7536.71-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.17%
GREEN value IS 251 (98.44% from 255) = 62.28%
BLUE value IS 107 (42.19% from 255) = 26.55%
R=11.17%
G=62.28%
B=26.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal452511070.8200.570.02138.0696.2658.04
Hex2DFB6B5203928a603a
Octal55373153122071221214072
Binary1011011111101111010111010010011100110100010101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DFB6B;
 }
 .AnyTagClassName
 {
   color: #2DFB6B;
 }
</style>
background-color css

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

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

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

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

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

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