Html Css Color HEX #2FF409 Harlequin

📋 copy color: '#2FF409'

red 47 ◦ green 244 ◦ blue 9

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

Shades of Harlequin #2FF409

Tints of Harlequin #2FF409

RGB

 RED value IS 47 (18.75% from 255) = 15.67%

 GREEN value IS 244 (95.7% from 255) = 81.33%

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

R = 15.67%
G = 81.33%
B = 3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#2FF409 (or 0x2FF409) is known color: Harlequin. HEX triplet: 2F, F4 and 09. RGB value is (47,244,9). Sum of RGB (Red+Green+Blue) = 47+244+9=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 244 (95.70% from 255 or 81.33% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF409 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF409 is #D00BF6. Grayscale: #9F9F9F. Windows color (decimal): -13634551 or 652335. OLE color: 652335.

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

Color convert

RGB 47 244 9 -
CMYK 0.81 0 0.96 0.04
HSL 110.3º 0.93% 0.5% -
HSV(B) 110.3º 0.96% 0.96% -
XYZ 33.57 65.33 11.1 -
YUV 158.31 43.73 48.61 -
System Red Green Blue C M Y K H S L
Decimal 47 244 9 0.81 0 0.96 0.04 110.3 0.93 0.5
Hex 2F F4 9 51 0 60 4 6E 5D 32
Octal 57 364 11 121 0 140 4 156 135 62
Binary 101111 11110100 1001 1010001 0 1100000 100 1101110 1011101 110010

Color Harmonies of #2FF409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF409

Black with #2FF409

Text Example


Text Example

White with #2FF409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,244,9); }

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

background-color css

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

 a { background-color: rgb(47,244,9); }

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

border-color css

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

 span { border-color: rgb(47,244,9); }

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