Html Css Color HEX #2FF018 Harlequin

📋 copy color: '#2FF018'

red 47 ◦ green 240 ◦ blue 24

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

Shades of Harlequin #2FF018

Tints of Harlequin #2FF018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.72%

R = 15.11%
G = 77.17%
B = 7.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#2FF018 (or 0x2FF018) is known color: Harlequin. HEX triplet: 2F, F0 and 18. RGB value is (47,240,24). Sum of RGB (Red+Green+Blue) = 47+240+24=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 240 (94.14% from 255 or 77.17% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF018 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF018 is #D00FE7. Grayscale: #9E9E9E. Windows color (decimal): -13635560 or 1634351. OLE color: 1634351.

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

Color convert

RGB 47 240 24 -
CMYK 0.80 0 0.9 0.06
HSL 113.61º 0.88% 0.52% -
HSV(B) 113.61º 0.9% 0.94% -
XYZ 32.5 62.99 11.31 -
YUV 157.67 52.56 49.06 -
System Red Green Blue C M Y K H S L
Decimal 47 240 24 0.80 0 0.9 0.06 113.61 0.88 0.52
Hex 2F F0 18 50 0 5A 6 72 58 34
Octal 57 360 30 120 0 132 6 162 130 64
Binary 101111 11110000 11000 1010000 0 1011010 110 1110010 1011000 110100

Color Harmonies of #2FF018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF018

Black with #2FF018

Text Example


Text Example

White with #2FF018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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