Html Css Color HEX #2FED19 Harlequin

📋 copy color: '#2FED19'

red 47 ◦ green 237 ◦ blue 25

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

Shades of Harlequin #2FED19

Tints of Harlequin #2FED19

RGB

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

 GREEN value IS 237 (92.97% from 255) = 76.7%

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

R = 15.21%
G = 76.7%
B = 8.09%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#2FED19 (or 0x2FED19) is known color: Harlequin. HEX triplet: 2F, ED and 19. RGB value is (47,237,25). Sum of RGB (Red+Green+Blue) = 47+237+25=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 237 (92.97% from 255 or 76.70% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FED19 is #D012E6. Grayscale: #9C9C9C. Windows color (decimal): -13636327 or 1699119. OLE color: 1699119.

HSL color Cylindrical-coordinate representation of color #2FED19: hue angle of 113.77º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FED19 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 237 25 -
CMYK 0.80 0 0.89 0.07
HSL 113.77º 0.85% 0.51% -
HSV(B) 113.77º 0.89% 0.93% -
XYZ 31.63 61.24 11.07 -
YUV 156.02 54.05 50.24 -
System Red Green Blue C M Y K H S L
Decimal 47 237 25 0.80 0 0.89 0.07 113.77 0.85 0.51
Hex 2F ED 19 50 0 59 7 72 55 33
Octal 57 355 31 120 0 131 7 162 125 63
Binary 101111 11101101 11001 1010000 0 1011001 111 1110010 1010101 110011

Color Harmonies of #2FED19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FED19

Black with #2FED19

Text Example


Text Example

White with #2FED19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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