Html Css Color HEX #2FFC09 Harlequin

📋 copy color: '#2FFC09'

red 47 ◦ green 252 ◦ blue 9

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

Shades of Harlequin #2FFC09

Tints of Harlequin #2FFC09

RGB

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

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

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

R = 15.26%
G = 81.82%
B = 2.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#2FFC09 (or 0x2FFC09) is known color: Harlequin. HEX triplet: 2F, FC and 09. RGB value is (47,252,9). Sum of RGB (Red+Green+Blue) = 47+252+9=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 252 (98.83% from 255 or 81.82% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFC09 is #D003F6. Grayscale: #A3A3A3. Windows color (decimal): -13632503 or 654383. OLE color: 654383.

HSL color Cylindrical-coordinate representation of color #2FFC09: hue angle of 110.62º 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 #2FFC09 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 252 9 -
CMYK 0.81 0 0.96 0.01
HSL 110.62º 0.98% 0.51% -
HSV(B) 110.62º 0.96% 0.99% -
XYZ 36.03 70.24 11.92 -
YUV 163 41.08 45.26 -
System Red Green Blue C M Y K H S L
Decimal 47 252 9 0.81 0 0.96 0.01 110.62 0.98 0.51
Hex 2F FC 9 51 0 60 1 6F 62 33
Octal 57 374 11 121 0 140 1 157 142 63
Binary 101111 11111100 1001 1010001 0 1100000 1 1101111 1100010 110011

Color Harmonies of #2FFC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFC09

Black with #2FFC09

Text Example


Text Example

White with #2FFC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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