Html Css Color HEX #2DD707 Harlequin

📋 copy color: '#2DD707'

red 45 ◦ green 215 ◦ blue 7

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

Shades of Harlequin #2DD707

Tints of Harlequin #2DD707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.62%

R = 16.85%
G = 80.52%
B = 2.62%

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

#2DD707 (or 0x2DD707) is known color: Harlequin. HEX triplet: 2D, D7 and 07. RGB value is (45,215,7). Sum of RGB (Red+Green+Blue) = 45+215+7=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 215 (84.38% from 255 or 80.52% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD707 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD707 is #D228F8. Grayscale: #8D8D8D. Windows color (decimal): -13773049 or 513837. OLE color: 513837.

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

Color convert

RGB 45 215 7 -
CMYK 0.79 0 0.97 0.16
HSL 109.04º 0.94% 0.44% -
HSV(B) 109.04º 0.97% 0.84% -
XYZ 25.42 49.17 8.35 -
YUV 140.46 52.68 59.91 -
System Red Green Blue C M Y K H S L
Decimal 45 215 7 0.79 0 0.97 0.16 109.04 0.94 0.44
Hex 2D D7 7 4F 0 61 10 6D 5E 2C
Octal 55 327 7 117 0 141 20 155 136 54
Binary 101101 11010111 111 1001111 0 1100001 10000 1101101 1011110 101100

Color Harmonies of #2DD707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD707

Black with #2DD707

Text Example


Text Example

White with #2DD707

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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