Html Css Color HEX #2FEA00 Harlequin

📋 copy color: '#2FEA00'

red 47 ◦ green 234 ◦ blue 0

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

Shades of Harlequin #2FEA00

Tints of Harlequin #2FEA00

RGB

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

 GREEN value IS 234 (91.8% from 255) = 83.27%

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

R = 16.73%
G = 83.27%
B = 0%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#2FEA00 (or 0x2FEA00) is known color: Harlequin. HEX triplet: 2F, EA and 00. RGB value is (47,234,0). Sum of RGB (Red+Green+Blue) = 47+234+0=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 234 (91.80% from 255 or 83.27% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEA00 is #D015FF. Grayscale: #989898. Windows color (decimal): -13637120 or 59951. OLE color: 59951.

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

Color convert

RGB 47 234 0 -
CMYK 0.80 0 1 0.08
HSL 107.95º 1% 0.46% -
HSV(B) 107.95º 1% 0.92% -
XYZ 30.6 59.45 9.86 -
YUV 151.41 42.55 53.53 -
System Red Green Blue C M Y K H S L
Decimal 47 234 0 0.80 0 1 0.08 107.95 1 0.46
Hex 2F EA 0 50 0 64 8 6C 64 2E
Octal 57 352 0 120 0 144 10 154 144 56
Binary 101111 11101010 0 1010000 0 1100100 1000 1101100 1100100 101110

Color Harmonies of #2FEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEA00

Black with #2FEA00

Text Example


Text Example

White with #2FEA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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