Html Css Color HEX #2DFC09 Harlequin

📋 copy color: '#2DFC09'

red 45 ◦ green 252 ◦ blue 9

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

Shades of Harlequin #2DFC09

Tints of Harlequin #2DFC09

RGB

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

 GREEN value IS 252 (98.83% from 255) = 82.35%

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

R = 14.71%
G = 82.35%
B = 2.94%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#2DFC09 (or 0x2DFC09) is known color: Harlequin. HEX triplet: 2D, FC and 09. RGB value is (45,252,9). Sum of RGB (Red+Green+Blue) = 45+252+9=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 252 (98.83% from 255 or 82.35% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFC09 is #D203F6. Grayscale: #A3A3A3. Windows color (decimal): -13763575 or 654381. OLE color: 654381.

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

Color convert

RGB 45 252 9 -
CMYK 0.82 0 0.96 0.01
HSL 111.11º 0.98% 0.51% -
HSV(B) 111.11º 0.96% 0.99% -
XYZ 35.94 70.2 11.91 -
YUV 162.41 41.42 44.26 -
System Red Green Blue C M Y K H S L
Decimal 45 252 9 0.82 0 0.96 0.01 111.11 0.98 0.51
Hex 2D FC 9 52 0 60 1 6F 62 33
Octal 55 374 11 122 0 140 1 157 142 63
Binary 101101 11111100 1001 1010010 0 1100000 1 1101111 1100010 110011

Color Harmonies of #2DFC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFC09

Black with #2DFC09

Text Example


Text Example

White with #2DFC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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