Html Css Color HEX #2DE801 Harlequin

📋 copy color: '#2DE801'

red 45 ◦ green 232 ◦ blue 1

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

Shades of Harlequin #2DE801

Tints of Harlequin #2DE801

RGB

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

 GREEN value IS 232 (91.02% from 255) = 83.45%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 16.19%
G = 83.45%
B = 0.36%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#2DE801 (or 0x2DE801) is known color: Harlequin. HEX triplet: 2D, E8 and 01. RGB value is (45,232,1). Sum of RGB (Red+Green+Blue) = 45+232+1=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 232 (91.02% from 255 or 83.45% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 232 - color contains mainly: green. Hex color #2DE801 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DE801 is #D217FE. Grayscale: #969696. Windows color (decimal): -13768703 or 124973. OLE color: 124973.

HSL color Cylindrical-coordinate representation of color #2DE801: hue angle of 108.57º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DE801 is Cyan = 0.81, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 45 232 1 -
CMYK 0.81 0 1.00 0.09
HSL 108.57º 0.99% 0.46% -
HSV(B) 108.57º 1% 0.91% -
XYZ 29.94 58.27 9.7 -
YUV 149.75 44.05 53.28 -
System Red Green Blue C M Y K H S L
Decimal 45 232 1 0.81 0 1.00 0.09 108.57 0.99 0.46
Hex 2D E8 1 51 0 64 9 6D 63 2E
Octal 55 350 1 121 0 144 11 155 143 56
Binary 101101 11101000 1 1010001 0 1100100 1001 1101101 1100011 101110

Color Harmonies of #2DE801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE801

Black with #2DE801

Text Example


Text Example

White with #2DE801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,232,1); }

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

background-color css

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

 a { background-color: rgb(45,232,1); }

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

border-color css

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

 span { border-color: rgb(45,232,1); }

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