Html Css Color HEX #2DFA01 Harlequin

📋 copy color: '#2DFA01'

red 45 ◦ green 250 ◦ blue 1

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

Shades of Harlequin #2DFA01

Tints of Harlequin #2DFA01

RGB

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

 GREEN value IS 250 (98.05% from 255) = 84.46%

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

R = 15.2%
G = 84.46%
B = 0.34%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#2DFA01 (or 0x2DFA01) is known color: Harlequin. HEX triplet: 2D, FA and 01. RGB value is (45,250,1). Sum of RGB (Red+Green+Blue) = 45+250+1=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 250 (98.05% from 255 or 84.46% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFA01 is #D205FE. Grayscale: #A1A1A1. Windows color (decimal): -13764095 or 129581. OLE color: 129581.

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

Color convert

RGB 45 250 1 -
CMYK 0.82 0 1.00 0.02
HSL 109.4º 0.99% 0.49% -
HSV(B) 109.4º 1% 0.98% -
XYZ 35.27 68.93 11.47 -
YUV 160.32 38.08 45.75 -
System Red Green Blue C M Y K H S L
Decimal 45 250 1 0.82 0 1.00 0.02 109.4 0.99 0.49
Hex 2D FA 1 52 0 64 2 6D 63 31
Octal 55 372 1 122 0 144 2 155 143 61
Binary 101101 11111010 1 1010010 0 1100100 10 1101101 1100011 110001

Color Harmonies of #2DFA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFA01

Black with #2DFA01

Text Example


Text Example

White with #2DFA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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