#2DD908

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

Shades of Harlequin #2DD908

Tints of Harlequin #2DD908

Color information

#2DD908 (or 0x2DD908) is unknown color: approx Harlequin. HEX triplet: 2D, D9 and 08. RGB value is (45,217,8). Sum of RGB (Red+Green+Blue) = 45+217+8=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 217 (85.16% from 255 or 80.37% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD908 is #D226F7. Grayscale: #8E8E8E. Windows color (decimal): -13772536 or 579885. OLE color: 579885.

HSL color Cylindrical-coordinate representation of color #2DD908: hue angle of 109.38º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DD908 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB452178-
CMYK0.7900.960.15
HSL109.38º92.89%44.12%-
HSV(B)109.38º96.31%85.1%-
XYZ25.9450.28.55-
YUV141.7552.5258.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.67%
GREEN value IS 217 (85.16% from 255) = 80.37%
BLUE value IS 8 (3.52% from 255) = 2.96%
R=16.67%
G=80.37%
B=2.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal4521780.7900.960.15109.3892.8944.12
Hex2DD984F060F6d5d2c
Octal553311011701401715513554
Binary101101110110011000100111101100000111111011011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,217,8); }

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

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

 a { background-color: rgb(45,217,8); }

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

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

 span { border-color: rgb(45,217,8); }

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