Html Css Color HEX #2FFB19 Harlequin

📋 copy color: '#2FFB19'

red 47 ◦ green 251 ◦ blue 25

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

Shades of Harlequin #2FFB19

Tints of Harlequin #2FFB19

RGB

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

 GREEN value IS 251 (98.44% from 255) = 77.71%

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

R = 14.55%
G = 77.71%
B = 7.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#2FFB19 (or 0x2FFB19) is known color: Harlequin. HEX triplet: 2F, FB and 19. RGB value is (47,251,25). Sum of RGB (Red+Green+Blue) = 47+251+25=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 251 (98.44% from 255 or 77.71% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFB19 is #D004E6. Grayscale: #A4A4A4. Windows color (decimal): -13632743 or 1702703. OLE color: 1702703.

HSL color Cylindrical-coordinate representation of color #2FFB19: hue angle of 114.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FFB19 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 251 25 -
CMYK 0.81 0 0.90 0.02
HSL 114.16º 0.97% 0.54% -
HSV(B) 114.16º 0.9% 0.98% -
XYZ 35.84 69.67 12.48 -
YUV 164.24 49.41 44.38 -
System Red Green Blue C M Y K H S L
Decimal 47 251 25 0.81 0 0.90 0.02 114.16 0.97 0.54
Hex 2F FB 19 51 0 5A 2 72 61 36
Octal 57 373 31 121 0 132 2 162 141 66
Binary 101111 11111011 11001 1010001 0 1011010 10 1110010 1100001 110110

Color Harmonies of #2FFB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFB19

Black with #2FFB19

Text Example


Text Example

White with #2FFB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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