Html Css Color HEX #2DFD01 Harlequin

📋 copy color: '#2DFD01'

red 45 ◦ green 253 ◦ blue 1

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

Shades of Harlequin #2DFD01

Tints of Harlequin #2DFD01

RGB

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

 GREEN value IS 253 (99.22% from 255) = 84.62%

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

R = 15.05%
G = 84.62%
B = 0.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#2DFD01 (or 0x2DFD01) is known color: Harlequin. HEX triplet: 2D, FD and 01. RGB value is (45,253,1). Sum of RGB (Red+Green+Blue) = 45+253+1=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 253 (99.22% from 255 or 84.62% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFD01 is #D202FE. Grayscale: #A2A2A2. Windows color (decimal): -13763327 or 130349. OLE color: 130349.

HSL color Cylindrical-coordinate representation of color #2DFD01: hue angle of 109.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DFD01 is Cyan = 0.82, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 45 253 1 -
CMYK 0.82 0 1.00 0.01
HSL 109.52º 0.99% 0.5% -
HSV(B) 109.52º 1% 0.99% -
XYZ 36.21 70.81 11.79 -
YUV 162.08 37.09 44.49 -
System Red Green Blue C M Y K H S L
Decimal 45 253 1 0.82 0 1.00 0.01 109.52 0.99 0.5
Hex 2D FD 1 52 0 64 1 6E 63 32
Octal 55 375 1 122 0 144 1 156 143 62
Binary 101101 11111101 1 1010010 0 1100100 1 1101110 1100011 110010

Color Harmonies of #2DFD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFD01

Black with #2DFD01

Text Example


Text Example

White with #2DFD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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