Html Css Color HEX #2FD602 Harlequin

📋 copy color: '#2FD602'

red 47 ◦ green 214 ◦ blue 2

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

Shades of Harlequin #2FD602

Tints of Harlequin #2FD602

RGB

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

 GREEN value IS 214 (83.98% from 255) = 81.37%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 17.87%
G = 81.37%
B = 0.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#2FD602 (or 0x2FD602) is known color: Harlequin. HEX triplet: 2F, D6 and 02. RGB value is (47,214,2). Sum of RGB (Red+Green+Blue) = 47+214+2=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 214 (83.98% from 255 or 81.37% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD602 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD602 is #D029FD. Grayscale: #8C8C8C. Windows color (decimal): -13642238 or 185903. OLE color: 185903.

HSL color Cylindrical-coordinate representation of color #2FD602: hue angle of 107.26º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FD602 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 214 2 -
CMYK 0.78 0 0.99 0.16
HSL 107.26º 0.98% 0.42% -
HSV(B) 107.26º 0.99% 0.84% -
XYZ 25.23 48.7 8.13 -
YUV 139.9 50.17 61.74 -
System Red Green Blue C M Y K H S L
Decimal 47 214 2 0.78 0 0.99 0.16 107.26 0.98 0.42
Hex 2F D6 2 4E 0 63 10 6B 62 2A
Octal 57 326 2 116 0 143 20 153 142 52
Binary 101111 11010110 10 1001110 0 1100011 10000 1101011 1100010 101010

Color Harmonies of #2FD602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD602

Black with #2FD602

Text Example


Text Example

White with #2FD602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,214,2); }

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

background-color css

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

 a { background-color: rgb(47,214,2); }

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

border-color css

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

 span { border-color: rgb(47,214,2); }

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