Html Css Color HEX #2DE901 Harlequin

📋 copy color: '#2DE901'

red 45 ◦ green 233 ◦ blue 1

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

Shades of Harlequin #2DE901

Tints of Harlequin #2DE901

RGB

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

 GREEN value IS 233 (91.41% from 255) = 83.51%

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

R = 16.13%
G = 83.51%
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

#2DE901 (or 0x2DE901) is known color: Harlequin. HEX triplet: 2D, E9 and 01. RGB value is (45,233,1). Sum of RGB (Red+Green+Blue) = 45+233+1=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 233 (91.41% from 255 or 83.51% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 233 - color contains mainly: green. Hex color #2DE901 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DE901 is #D216FE. Grayscale: #979797. Windows color (decimal): -13768447 or 125229. OLE color: 125229.

HSL color Cylindrical-coordinate representation of color #2DE901: hue angle of 108.62º 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 #2DE901 is Cyan = 0.81, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 45 233 1 -
CMYK 0.81 0 1.00 0.09
HSL 108.62º 0.99% 0.46% -
HSV(B) 108.62º 1% 0.91% -
XYZ 30.23 58.84 9.79 -
YUV 150.34 43.72 52.86 -
System Red Green Blue C M Y K H S L
Decimal 45 233 1 0.81 0 1.00 0.09 108.62 0.99 0.46
Hex 2D E9 1 51 0 64 9 6D 63 2E
Octal 55 351 1 121 0 144 11 155 143 56
Binary 101101 11101001 1 1010001 0 1100100 1001 1101101 1100011 101110

Color Harmonies of #2DE901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE901

Black with #2DE901

Text Example


Text Example

White with #2DE901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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