Html Css Color HEX #2FF015 Harlequin

📋 copy color: '#2FF015'

red 47 ◦ green 240 ◦ blue 21

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

Shades of Harlequin #2FF015

Tints of Harlequin #2FF015

RGB

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

 GREEN value IS 240 (94.14% from 255) = 77.92%

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

R = 15.26%
G = 77.92%
B = 6.82%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#2FF015 (or 0x2FF015) is known color: Harlequin. HEX triplet: 2F, F0 and 15. RGB value is (47,240,21). Sum of RGB (Red+Green+Blue) = 47+240+21=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 240 (94.14% from 255 or 77.92% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF015 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF015 is #D00FEA. Grayscale: #9E9E9E. Windows color (decimal): -13635563 or 1437743. OLE color: 1437743.

HSL color Cylindrical-coordinate representation of color #2FF015: hue angle of 112.88º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FF015 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 240 21 -
CMYK 0.80 0 0.91 0.06
HSL 112.88º 0.88% 0.51% -
HSV(B) 112.88º 0.91% 0.94% -
XYZ 32.47 62.98 11.15 -
YUV 157.33 51.06 49.31 -
System Red Green Blue C M Y K H S L
Decimal 47 240 21 0.80 0 0.91 0.06 112.88 0.88 0.51
Hex 2F F0 15 50 0 5B 6 71 58 33
Octal 57 360 25 120 0 133 6 161 130 63
Binary 101111 11110000 10101 1010000 0 1011011 110 1110001 1011000 110011

Color Harmonies of #2FF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF015

Black with #2FF015

Text Example


Text Example

White with #2FF015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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