Html Css Color HEX #2DE010 Harlequin

📋 copy color: '#2DE010'

red 45 ◦ green 224 ◦ blue 16

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

Shades of Harlequin #2DE010

Tints of Harlequin #2DE010

RGB

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

 GREEN value IS 224 (87.89% from 255) = 78.6%

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 15.79%
G = 78.6%
B = 5.61%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#2DE010 (or 0x2DE010) is known color: Harlequin. HEX triplet: 2D, E0 and 10. RGB value is (45,224,16). Sum of RGB (Red+Green+Blue) = 45+224+16=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 224 (87.89% from 255 or 78.60% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DE010 is #D21FEF. Grayscale: #939393. Windows color (decimal): -13770736 or 1105965. OLE color: 1105965.

HSL color Cylindrical-coordinate representation of color #2DE010: hue angle of 111.63º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DE010 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 45 224 16 -
CMYK 0.80 0 0.93 0.12
HSL 111.63º 0.87% 0.47% -
HSV(B) 111.63º 0.93% 0.88% -
XYZ 27.83 53.91 9.43 -
YUV 146.77 54.2 55.41 -
System Red Green Blue C M Y K H S L
Decimal 45 224 16 0.80 0 0.93 0.12 111.63 0.87 0.47
Hex 2D E0 10 50 0 5D C 70 57 2F
Octal 55 340 20 120 0 135 14 160 127 57
Binary 101101 11100000 10000 1010000 0 1011101 1100 1110000 1010111 101111

Color Harmonies of #2DE010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE010

Black with #2DE010

Text Example


Text Example

White with #2DE010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,224,16); }

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

background-color css

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

 a { background-color: rgb(45,224,16); }

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

border-color css

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

 span { border-color: rgb(45,224,16); }

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