Html Css Color HEX #2DF009 Harlequin

📋 copy color: '#2DF009'

red 45 ◦ green 240 ◦ blue 9

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

Shades of Harlequin #2DF009

Tints of Harlequin #2DF009

RGB

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

 GREEN value IS 240 (94.14% from 255) = 81.63%

 BLUE value IS 9 (3.91% from 255) = 3.06%

R = 15.31%
G = 81.63%
B = 3.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#2DF009 (or 0x2DF009) is known color: Harlequin. HEX triplet: 2D, F0 and 09. RGB value is (45,240,9). Sum of RGB (Red+Green+Blue) = 45+240+9=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 240 (94.14% from 255 or 81.63% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF009 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF009 is #D20FF6. Grayscale: #9C9C9C. Windows color (decimal): -13766647 or 651309. OLE color: 651309.

HSL color Cylindrical-coordinate representation of color #2DF009: hue angle of 110.65º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DF009 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 45 240 9 -
CMYK 0.81 0 0.96 0.06
HSL 110.65º 0.93% 0.49% -
HSV(B) 110.65º 0.96% 0.94% -
XYZ 32.29 62.9 10.7 -
YUV 155.36 45.4 49.28 -
System Red Green Blue C M Y K H S L
Decimal 45 240 9 0.81 0 0.96 0.06 110.65 0.93 0.49
Hex 2D F0 9 51 0 60 6 6F 5D 31
Octal 55 360 11 121 0 140 6 157 135 61
Binary 101101 11110000 1001 1010001 0 1100000 110 1101111 1011101 110001

Color Harmonies of #2DF009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF009

Black with #2DF009

Text Example


Text Example

White with #2DF009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,240,9); }

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

background-color css

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

 a { background-color: rgb(45,240,9); }

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

border-color css

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

 span { border-color: rgb(45,240,9); }

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