Html Css Color HEX #2DDB06 Harlequin

📋 copy color: '#2DDB06'

red 45 ◦ green 219 ◦ blue 6

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

Shades of Harlequin #2DDB06

Tints of Harlequin #2DDB06

RGB

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

 GREEN value IS 219 (85.94% from 255) = 81.11%

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

R = 16.67%
G = 81.11%
B = 2.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#2DDB06 (or 0x2DDB06) is known color: Harlequin. HEX triplet: 2D, DB and 06. RGB value is (45,219,6). Sum of RGB (Red+Green+Blue) = 45+219+6=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 219 (85.94% from 255 or 81.11% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDB06 is #D224F9. Grayscale: #8F8F8F. Windows color (decimal): -13772026 or 449325. OLE color: 449325.

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

Color convert

RGB 45 219 6 -
CMYK 0.79 0 0.97 0.14
HSL 109.01º 0.95% 0.44% -
HSV(B) 109.01º 0.97% 0.86% -
XYZ 26.45 51.23 8.67 -
YUV 142.69 50.85 58.32 -
System Red Green Blue C M Y K H S L
Decimal 45 219 6 0.79 0 0.97 0.14 109.01 0.95 0.44
Hex 2D DB 6 4F 0 61 E 6D 5F 2C
Octal 55 333 6 117 0 141 16 155 137 54
Binary 101101 11011011 110 1001111 0 1100001 1110 1101101 1011111 101100

Color Harmonies of #2DDB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDB06

Black with #2DDB06

Text Example


Text Example

White with #2DDB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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