#2DF27A

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

Shades of Spring Green #2DF27A

Tints of Spring Green #2DF27A

Color information

#2DF27A (or 0x2DF27A) is unknown color: approx Spring Green. HEX triplet: 2D, F2 and 7A. RGB value is (45,242,122). Sum of RGB (Red+Green+Blue) = 45+242+122=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 242 (94.92% from 255 or 59.17% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF27A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF27A is #D20D85. Grayscale: #A9A9A9. Windows color (decimal): -13766022 or 8057389. OLE color: 8057389.

HSL color Cylindrical-coordinate representation of color #2DF27A: hue angle of 143.45º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF27A is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB45242122-
CMYK0.8100.500.05
HSL143.45º88.34%56.27%-
HSV(B)143.45º81.4%94.9%-
XYZ36.3565.4729.13-
YUV169.42101.2339.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.00%
GREEN value IS 242 (94.92% from 255) = 59.17%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=11.00%
G=59.17%
B=29.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal452421220.8100.500.05143.4588.3456.27
Hex2DF27A5103258f5838
Octal55362172121062521713070
Binary10110111110010111101010100010110010101100011111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,242,122); }

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

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

 a { background-color: rgb(45,242,122); }

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

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

 span { border-color: rgb(45,242,122); }

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