Html Css Color HEX #2DD706 Harlequin

📋 copy color: '#2DD706'

red 45 ◦ green 215 ◦ blue 6

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

Shades of Harlequin #2DD706

Tints of Harlequin #2DD706

RGB

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

 GREEN value IS 215 (84.38% from 255) = 80.83%

 BLUE value IS 6 (2.73% from 255) = 2.26%

R = 16.92%
G = 80.83%
B = 2.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#2DD706 (or 0x2DD706) is known color: Harlequin. HEX triplet: 2D, D7 and 06. RGB value is (45,215,6). Sum of RGB (Red+Green+Blue) = 45+215+6=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 215 (84.38% from 255 or 80.83% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD706 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD706 is #D228F9. Grayscale: #8D8D8D. Windows color (decimal): -13773050 or 448301. OLE color: 448301.

HSL color Cylindrical-coordinate representation of color #2DD706: hue angle of 108.8º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2DD706 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 45 215 6 -
CMYK 0.79 0 0.97 0.16
HSL 108.8º 0.95% 0.43% -
HSV(B) 108.8º 0.97% 0.84% -
XYZ 25.42 49.17 8.32 -
YUV 140.34 52.18 59.99 -
System Red Green Blue C M Y K H S L
Decimal 45 215 6 0.79 0 0.97 0.16 108.8 0.95 0.43
Hex 2D D7 6 4F 0 61 10 6D 5F 2B
Octal 55 327 6 117 0 141 20 155 137 53
Binary 101101 11010111 110 1001111 0 1100001 10000 1101101 1011111 101011

Color Harmonies of #2DD706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD706

Black with #2DD706

Text Example


Text Example

White with #2DD706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,215,6); }

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

background-color css

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

 a { background-color: rgb(45,215,6); }

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

border-color css

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

 span { border-color: rgb(45,215,6); }

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