Html Css Color HEX #2FEF03 Harlequin

📋 copy color: '#2FEF03'

red 47 ◦ green 239 ◦ blue 3

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

Shades of Harlequin #2FEF03

Tints of Harlequin #2FEF03

RGB

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

 GREEN value IS 239 (93.75% from 255) = 82.7%

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 16.26%
G = 82.7%
B = 1.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#2FEF03 (or 0x2FEF03) is known color: Harlequin. HEX triplet: 2F, EF and 03. RGB value is (47,239,3). Sum of RGB (Red+Green+Blue) = 47+239+3=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 239 (93.75% from 255 or 82.70% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEF03 is #D010FC. Grayscale: #9B9B9B. Windows color (decimal): -13635837 or 257839. OLE color: 257839.

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

Color convert

RGB 47 239 3 -
CMYK 0.80 0 0.99 0.06
HSL 108.81º 0.98% 0.47% -
HSV(B) 108.81º 0.99% 0.94% -
XYZ 32.06 62.34 10.43 -
YUV 154.69 42.39 51.19 -
System Red Green Blue C M Y K H S L
Decimal 47 239 3 0.80 0 0.99 0.06 108.81 0.98 0.47
Hex 2F EF 3 50 0 63 6 6D 62 2F
Octal 57 357 3 120 0 143 6 155 142 57
Binary 101111 11101111 11 1010000 0 1100011 110 1101101 1100010 101111

Color Harmonies of #2FEF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEF03

Black with #2FEF03

Text Example


Text Example

White with #2FEF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,239,3); }

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

background-color css

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

 a { background-color: rgb(47,239,3); }

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

border-color css

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

 span { border-color: rgb(47,239,3); }

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