Html Css Color HEX #2FE900 Harlequin

📋 copy color: '#2FE900'

red 47 ◦ green 233 ◦ blue 0

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

Shades of Harlequin #2FE900

Tints of Harlequin #2FE900

RGB

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

 GREEN value IS 233 (91.41% from 255) = 83.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 16.79%
G = 83.21%
B = 0%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#2FE900 (or 0x2FE900) is known color: Harlequin. HEX triplet: 2F, E9 and 00. RGB value is (47,233,0). Sum of RGB (Red+Green+Blue) = 47+233+0=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 233 (91.41% from 255 or 83.21% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE900 is #D016FF. Grayscale: #979797. Windows color (decimal): -13637376 or 59695. OLE color: 59695.

HSL color Cylindrical-coordinate representation of color #2FE900: hue angle of 107.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FE900 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 233 0 -
CMYK 0.80 0 1 0.09
HSL 107.9º 1% 0.46% -
HSV(B) 107.9º 1% 0.91% -
XYZ 30.31 58.88 9.77 -
YUV 150.82 42.88 53.95 -
System Red Green Blue C M Y K H S L
Decimal 47 233 0 0.80 0 1 0.09 107.9 1 0.46
Hex 2F E9 0 50 0 64 9 6C 64 2E
Octal 57 351 0 120 0 144 11 154 144 56
Binary 101111 11101001 0 1010000 0 1100100 1001 1101100 1100100 101110

Color Harmonies of #2FE900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE900

Black with #2FE900

Text Example


Text Example

White with #2FE900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,233,0); }

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

background-color css

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

 a { background-color: rgb(47,233,0); }

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

border-color css

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

 span { border-color: rgb(47,233,0); }

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