Html Css Color HEX #2DD802 Harlequin

📋 copy color: '#2DD802'

red 45 ◦ green 216 ◦ blue 2

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

Shades of Harlequin #2DD802

Tints of Harlequin #2DD802

RGB

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

 GREEN value IS 216 (84.77% from 255) = 82.13%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 17.11%
G = 82.13%
B = 0.76%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#2DD802 (or 0x2DD802) is known color: Harlequin. HEX triplet: 2D, D8 and 02. RGB value is (45,216,2). Sum of RGB (Red+Green+Blue) = 45+216+2=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 216 (84.77% from 255 or 82.13% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 216 - color contains mainly: green. Hex color #2DD802 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD802 is #D227FD. Grayscale: #8D8D8D. Windows color (decimal): -13772798 or 186413. OLE color: 186413.

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

Color convert

RGB 45 216 2 -
CMYK 0.79 0 0.99 0.15
HSL 107.94º 0.98% 0.43% -
HSV(B) 107.94º 0.99% 0.85% -
XYZ 25.65 49.67 8.29 -
YUV 140.48 49.85 59.9 -
System Red Green Blue C M Y K H S L
Decimal 45 216 2 0.79 0 0.99 0.15 107.94 0.98 0.43
Hex 2D D8 2 4F 0 63 F 6C 62 2B
Octal 55 330 2 117 0 143 17 154 142 53
Binary 101101 11011000 10 1001111 0 1100011 1111 1101100 1100010 101011

Color Harmonies of #2DD802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD802

Black with #2DD802

Text Example


Text Example

White with #2DD802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,216,2); }

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

background-color css

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

 a { background-color: rgb(45,216,2); }

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

border-color css

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

 span { border-color: rgb(45,216,2); }

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