Html Css Color HEX #2DF900 Harlequin

📋 copy color: '#2DF900'

red 45 ◦ green 249 ◦ blue 0

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

Shades of Harlequin #2DF900

Tints of Harlequin #2DF900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 84.69%

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

R = 15.31%
G = 84.69%
B = 0%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#2DF900 (or 0x2DF900) is known color: Harlequin. HEX triplet: 2D, F9 and 00. RGB value is (45,249,0). Sum of RGB (Red+Green+Blue) = 45+249+0=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 249 (97.66% from 255 or 84.69% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF900 is #D206FF. Grayscale: #A0A0A0. Windows color (decimal): -13764352 or 63789. OLE color: 63789.

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

Color convert

RGB 45 249 0 -
CMYK 0.82 0 1 0.02
HSL 109.16º 1% 0.49% -
HSV(B) 109.16º 1% 0.98% -
XYZ 34.96 68.31 11.34 -
YUV 159.62 37.91 46.25 -
System Red Green Blue C M Y K H S L
Decimal 45 249 0 0.82 0 1 0.02 109.16 1 0.49
Hex 2D F9 0 52 0 64 2 6D 64 31
Octal 55 371 0 122 0 144 2 155 144 61
Binary 101101 11111001 0 1010010 0 1100100 10 1101101 1100100 110001

Color Harmonies of #2DF900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF900

Black with #2DF900

Text Example


Text Example

White with #2DF900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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