Html Css Color HEX #2FFA15 Harlequin

📋 copy color: '#2FFA15'

red 47 ◦ green 250 ◦ blue 21

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

Shades of Harlequin #2FFA15

Tints of Harlequin #2FFA15

RGB

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

 GREEN value IS 250 (98.05% from 255) = 78.62%

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

R = 14.78%
G = 78.62%
B = 6.6%

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

#2FFA15 (or 0x2FFA15) is known color: Harlequin. HEX triplet: 2F, FA and 15. RGB value is (47,250,21). Sum of RGB (Red+Green+Blue) = 47+250+21=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 250 (98.05% from 255 or 78.62% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFA15 is #D005EA. Grayscale: #A3A3A3. Windows color (decimal): -13633003 or 1440303. OLE color: 1440303.

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

Color convert

RGB 47 250 21 -
CMYK 0.81 0 0.92 0.02
HSL 113.19º 0.96% 0.53% -
HSV(B) 113.19º 0.92% 0.98% -
XYZ 35.49 69.03 12.16 -
YUV 163.2 47.75 45.12 -
System Red Green Blue C M Y K H S L
Decimal 47 250 21 0.81 0 0.92 0.02 113.19 0.96 0.53
Hex 2F FA 15 51 0 5C 2 71 60 35
Octal 57 372 25 121 0 134 2 161 140 65
Binary 101111 11111010 10101 1010001 0 1011100 10 1110001 1100000 110101

Color Harmonies of #2FFA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFA15

Black with #2FFA15

Text Example


Text Example

White with #2FFA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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