Html Css Color HEX #2FF500 Harlequin

📋 copy color: '#2FF500'

red 47 ◦ green 245 ◦ blue 0

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

Shades of Harlequin #2FF500

Tints of Harlequin #2FF500

RGB

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

 GREEN value IS 245 (96.09% from 255) = 83.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 16.1%
G = 83.9%
B = 0%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#2FF500 (or 0x2FF500) is known color: Harlequin. HEX triplet: 2F, F5 and 00. RGB value is (47,245,0). Sum of RGB (Red+Green+Blue) = 47+245+0=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 245 (96.09% from 255 or 83.90% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF500 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF500 is #D00AFF. Grayscale: #9E9E9E. Windows color (decimal): -13634304 or 62767. OLE color: 62767.

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

Color convert

RGB 47 245 0 -
CMYK 0.81 0 1 0.04
HSL 108.49º 1% 0.48% -
HSV(B) 108.49º 1% 0.96% -
XYZ 33.82 65.91 10.94 -
YUV 157.87 38.9 48.92 -
System Red Green Blue C M Y K H S L
Decimal 47 245 0 0.81 0 1 0.04 108.49 1 0.48
Hex 2F F5 0 51 0 64 4 6C 64 30
Octal 57 365 0 121 0 144 4 154 144 60
Binary 101111 11110101 0 1010001 0 1100100 100 1101100 1100100 110000

Color Harmonies of #2FF500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF500

Black with #2FF500

Text Example


Text Example

White with #2FF500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,245,0); }

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

background-color css

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

 a { background-color: rgb(47,245,0); }

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

border-color css

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

 span { border-color: rgb(47,245,0); }

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