Html Css Color HEX #2FF60E Harlequin

📋 copy color: '#2FF60E'

red 47 ◦ green 246 ◦ blue 14

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

Shades of Harlequin #2FF60E

Tints of Harlequin #2FF60E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 80.13%

 BLUE value IS 14 (5.86% from 255) = 4.56%

R = 15.31%
G = 80.13%
B = 4.56%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#2FF60E (or 0x2FF60E) is known color: Harlequin. HEX triplet: 2F, F6 and 0E. RGB value is (47,246,14). Sum of RGB (Red+Green+Blue) = 47+246+14=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 246 (96.48% from 255 or 80.13% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF60E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF60E is #D009F1. Grayscale: #A0A0A0. Windows color (decimal): -13634034 or 980527. OLE color: 980527.

HSL color Cylindrical-coordinate representation of color #2FF60E: hue angle of 111.47º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FF60E is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 246 14 -
CMYK 0.81 0 0.94 0.04
HSL 111.47º 0.93% 0.51% -
HSV(B) 111.47º 0.94% 0.96% -
XYZ 34.21 66.55 11.46 -
YUV 160.05 45.57 47.36 -
System Red Green Blue C M Y K H S L
Decimal 47 246 14 0.81 0 0.94 0.04 111.47 0.93 0.51
Hex 2F F6 E 51 0 5E 4 6F 5D 33
Octal 57 366 16 121 0 136 4 157 135 63
Binary 101111 11110110 1110 1010001 0 1011110 100 1101111 1011101 110011

Color Harmonies of #2FF60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF60E

Black with #2FF60E

Text Example


Text Example

White with #2FF60E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,246,14); }

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

background-color css

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

 a { background-color: rgb(47,246,14); }

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

border-color css

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

 span { border-color: rgb(47,246,14); }

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