Html Css Color HEX #2FF004 Harlequin

📋 copy color: '#2FF004'

red 47 ◦ green 240 ◦ blue 4

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

Shades of Harlequin #2FF004

Tints of Harlequin #2FF004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 16.15%
G = 82.47%
B = 1.37%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#2FF004 (or 0x2FF004) is known color: Harlequin. HEX triplet: 2F, F0 and 04. RGB value is (47,240,4). Sum of RGB (Red+Green+Blue) = 47+240+4=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 240 (94.14% from 255 or 82.47% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF004 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF004 is #D00FFB. Grayscale: #9C9C9C. Windows color (decimal): -13635580 or 323631. OLE color: 323631.

HSL color Cylindrical-coordinate representation of color #2FF004: hue angle of 109.07º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FF004 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 240 4 -
CMYK 0.80 0 0.98 0.06
HSL 109.07º 0.97% 0.48% -
HSV(B) 109.07º 0.98% 0.94% -
XYZ 32.35 62.93 10.56 -
YUV 155.39 42.56 50.69 -
System Red Green Blue C M Y K H S L
Decimal 47 240 4 0.80 0 0.98 0.06 109.07 0.97 0.48
Hex 2F F0 4 50 0 62 6 6D 61 30
Octal 57 360 4 120 0 142 6 155 141 60
Binary 101111 11110000 100 1010000 0 1100010 110 1101101 1100001 110000

Color Harmonies of #2FF004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF004

Black with #2FF004

Text Example


Text Example

White with #2FF004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,240,4); }

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

background-color css

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

 a { background-color: rgb(47,240,4); }

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

border-color css

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

 span { border-color: rgb(47,240,4); }

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