Html Css Color HEX #2FEB19 Harlequin

📋 copy color: '#2FEB19'

red 47 ◦ green 235 ◦ blue 25

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

Shades of Harlequin #2FEB19

Tints of Harlequin #2FEB19

RGB

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

 GREEN value IS 235 (92.19% from 255) = 76.55%

 BLUE value IS 25 (10.16% from 255) = 8.14%

R = 15.31%
G = 76.55%
B = 8.14%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#2FEB19 (or 0x2FEB19) is known color: Harlequin. HEX triplet: 2F, EB and 19. RGB value is (47,235,25). Sum of RGB (Red+Green+Blue) = 47+235+25=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 235 (92.19% from 255 or 76.55% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEB19 is #D014E6. Grayscale: #9B9B9B. Windows color (decimal): -13636839 or 1698607. OLE color: 1698607.

HSL color Cylindrical-coordinate representation of color #2FEB19: hue angle of 113.71º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FEB19 is Cyan = 0.8, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 235 25 -
CMYK 0.8 0 0.89 0.08
HSL 113.71º 0.84% 0.51% -
HSV(B) 113.71º 0.89% 0.92% -
XYZ 31.06 60.09 10.88 -
YUV 154.85 54.72 51.08 -
System Red Green Blue C M Y K H S L
Decimal 47 235 25 0.8 0 0.89 0.08 113.71 0.84 0.51
Hex 2F EB 19 50 0 59 8 72 54 33
Octal 57 353 31 120 0 131 10 162 124 63
Binary 101111 11101011 11001 1010000 0 1011001 1000 1110010 1010100 110011

Color Harmonies of #2FEB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEB19

Black with #2FEB19

Text Example


Text Example

White with #2FEB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,235,25); }

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

background-color css

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

 a { background-color: rgb(47,235,25); }

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

border-color css

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

 span { border-color: rgb(47,235,25); }

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