Html Css Color HEX #2FFB14 Harlequin

📋 copy color: '#2FFB14'

red 47 ◦ green 251 ◦ blue 20

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

Shades of Harlequin #2FFB14

Tints of Harlequin #2FFB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.29%

R = 14.78%
G = 78.93%
B = 6.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#2FFB14 (or 0x2FFB14) is known color: Harlequin. HEX triplet: 2F, FB and 14. RGB value is (47,251,20). Sum of RGB (Red+Green+Blue) = 47+251+20=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 251 (98.44% from 255 or 78.93% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFB14 is #D004EB. Grayscale: #A4A4A4. Windows color (decimal): -13632748 or 1375023. OLE color: 1375023.

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

Color convert

RGB 47 251 20 -
CMYK 0.81 0 0.92 0.02
HSL 112.99º 0.97% 0.53% -
HSV(B) 112.99º 0.92% 0.98% -
XYZ 35.8 69.65 12.22 -
YUV 163.67 46.91 44.78 -
System Red Green Blue C M Y K H S L
Decimal 47 251 20 0.81 0 0.92 0.02 112.99 0.97 0.53
Hex 2F FB 14 51 0 5C 2 71 61 35
Octal 57 373 24 121 0 134 2 161 141 65
Binary 101111 11111011 10100 1010001 0 1011100 10 1110001 1100001 110101

Color Harmonies of #2FFB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFB14

Black with #2FFB14

Text Example


Text Example

White with #2FFB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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