Html Css Color HEX #2FDA00 Harlequin

📋 copy color: '#2FDA00'

red 47 ◦ green 218 ◦ blue 0

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

Shades of Harlequin #2FDA00

Tints of Harlequin #2FDA00

RGB

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

 GREEN value IS 218 (85.55% from 255) = 82.26%

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

R = 17.74%
G = 82.26%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#2FDA00 (or 0x2FDA00) is known color: Harlequin. HEX triplet: 2F, DA and 00. RGB value is (47,218,0). Sum of RGB (Red+Green+Blue) = 47+218+0=265 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.74% from 265); Green value is 218 (85.55% from 255 or 82.26% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDA00 is #D025FF. Grayscale: #8E8E8E. Windows color (decimal): -13641216 or 55855. OLE color: 55855.

HSL color Cylindrical-coordinate representation of color #2FDA00: hue angle of 107.06º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FDA00 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 218 0 -
CMYK 0.78 0 1 0.15
HSL 107.06º 1% 0.43% -
HSV(B) 107.06º 1% 0.85% -
XYZ 26.24 50.75 8.41 -
YUV 142.02 47.85 60.23 -
System Red Green Blue C M Y K H S L
Decimal 47 218 0 0.78 0 1 0.15 107.06 1 0.43
Hex 2F DA 0 4E 0 64 F 6B 64 2B
Octal 57 332 0 116 0 144 17 153 144 53
Binary 101111 11011010 0 1001110 0 1100100 1111 1101011 1100100 101011

Color Harmonies of #2FDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDA00

Black with #2FDA00

Text Example


Text Example

White with #2FDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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