Html Css Color HEX #2FFB15 Harlequin

📋 copy color: '#2FFB15'

red 47 ◦ green 251 ◦ blue 21

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

Shades of Harlequin #2FFB15

Tints of Harlequin #2FFB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.58%

R = 14.73%
G = 78.68%
B = 6.58%

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

#2FFB15 (or 0x2FFB15) is known color: Harlequin. HEX triplet: 2F, FB and 15. RGB value is (47,251,21). Sum of RGB (Red+Green+Blue) = 47+251+21=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 251 (98.44% from 255 or 78.68% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFB15 is #D004EA. Grayscale: #A4A4A4. Windows color (decimal): -13632747 or 1440559. OLE color: 1440559.

HSL color Cylindrical-coordinate representation of color #2FFB15: hue angle of 113.22º 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 #2FFB15 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 251 21 -
CMYK 0.81 0 0.92 0.02
HSL 113.22º 0.97% 0.53% -
HSV(B) 113.22º 0.92% 0.98% -
XYZ 35.8 69.65 12.27 -
YUV 163.78 47.41 44.7 -
System Red Green Blue C M Y K H S L
Decimal 47 251 21 0.81 0 0.92 0.02 113.22 0.97 0.53
Hex 2F FB 15 51 0 5C 2 71 61 35
Octal 57 373 25 121 0 134 2 161 141 65
Binary 101111 11111011 10101 1010001 0 1011100 10 1110001 1100001 110101

Color Harmonies of #2FFB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFB15

Black with #2FFB15

Text Example


Text Example

White with #2FFB15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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