Html Css Color HEX #2DEE00 Harlequin

📋 copy color: '#2DEE00'

red 45 ◦ green 238 ◦ blue 0

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

Shades of Harlequin #2DEE00

Tints of Harlequin #2DEE00

RGB

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

 GREEN value IS 238 (93.36% from 255) = 84.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 15.9%
G = 84.1%
B = 0%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#2DEE00 (or 0x2DEE00) is known color: Harlequin. HEX triplet: 2D, EE and 00. RGB value is (45,238,0). Sum of RGB (Red+Green+Blue) = 45+238+0=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 238 (93.36% from 255 or 84.10% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEE00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DEE00 is #D211FF. Grayscale: #999999. Windows color (decimal): -13767168 or 60973. OLE color: 60973.

HSL color Cylindrical-coordinate representation of color #2DEE00: hue angle of 108.66º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DEE00 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 238 0 -
CMYK 0.81 0 1 0.07
HSL 108.66º 1% 0.47% -
HSV(B) 108.66º 1% 0.93% -
XYZ 31.66 61.71 10.24 -
YUV 153.16 41.56 50.85 -
System Red Green Blue C M Y K H S L
Decimal 45 238 0 0.81 0 1 0.07 108.66 1 0.47
Hex 2D EE 0 51 0 64 7 6D 64 2F
Octal 55 356 0 121 0 144 7 155 144 57
Binary 101101 11101110 0 1010001 0 1100100 111 1101101 1100100 101111

Color Harmonies of #2DEE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEE00

Black with #2DEE00

Text Example


Text Example

White with #2DEE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,238,0); }

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

background-color css

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

 a { background-color: rgb(45,238,0); }

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

border-color css

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

 span { border-color: rgb(45,238,0); }

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