#2DF27F

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

Shades of Spring Green #2DF27F

Tints of Spring Green #2DF27F

Color information

#2DF27F (or 0x2DF27F) is unknown color: approx Spring Green. HEX triplet: 2D, F2 and 7F. RGB value is (45,242,127). Sum of RGB (Red+Green+Blue) = 45+242+127=414 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.87% from 414); Green value is 242 (94.92% from 255 or 58.45% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF27F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF27F is #D20D80. Grayscale: #AAAAAA. Windows color (decimal): -13766017 or 8385069. OLE color: 8385069.

HSL color Cylindrical-coordinate representation of color #2DF27F: hue angle of 144.97º 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 #2DF27F is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB45242127-
CMYK0.8100.480.05
HSL144.97º88.34%56.27%-
HSV(B)144.97º81.4%94.9%-
XYZ36.6765.5930.81-
YUV169.99103.7338.85-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.87%
GREEN value IS 242 (94.92% from 255) = 58.45%
BLUE value IS 127 (50% from 255) = 30.68%
R=10.87%
G=58.45%
B=30.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal452421270.8100.480.05144.9788.3456.27
Hex2DF27F510305915838
Octal55362177121060522113070
Binary10110111110010111111110100010110000101100100011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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