Html Css Color HEX #2FF809 Harlequin

📋 copy color: '#2FF809'

red 47 ◦ green 248 ◦ blue 9

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

Shades of Harlequin #2FF809

Tints of Harlequin #2FF809

RGB

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

 GREEN value IS 248 (97.27% from 255) = 81.58%

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

R = 15.46%
G = 81.58%
B = 2.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#2FF809 (or 0x2FF809) is known color: Harlequin. HEX triplet: 2F, F8 and 09. RGB value is (47,248,9). Sum of RGB (Red+Green+Blue) = 47+248+9=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 248 (97.27% from 255 or 81.58% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF809 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF809 is #D007F6. Grayscale: #A1A1A1. Windows color (decimal): -13633527 or 653359. OLE color: 653359.

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

Color convert

RGB 47 248 9 -
CMYK 0.81 0 0.96 0.03
HSL 110.46º 0.94% 0.5% -
HSV(B) 110.46º 0.96% 0.97% -
XYZ 34.79 67.76 11.5 -
YUV 160.66 42.41 46.93 -
System Red Green Blue C M Y K H S L
Decimal 47 248 9 0.81 0 0.96 0.03 110.46 0.94 0.5
Hex 2F F8 9 51 0 60 3 6E 5E 32
Octal 57 370 11 121 0 140 3 156 136 62
Binary 101111 11111000 1001 1010001 0 1100000 11 1101110 1011110 110010

Color Harmonies of #2FF809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF809

Black with #2FF809

Text Example


Text Example

White with #2FF809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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