Html Css Color HEX #2FDD00 Harlequin

📋 copy color: '#2FDD00'

red 47 ◦ green 221 ◦ blue 0

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

Shades of Harlequin #2FDD00

Tints of Harlequin #2FDD00

RGB

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

 GREEN value IS 221 (86.72% from 255) = 82.46%

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

R = 17.54%
G = 82.46%
B = 0%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#2FDD00 (or 0x2FDD00) is known color: Harlequin. HEX triplet: 2F, DD and 00. RGB value is (47,221,0). Sum of RGB (Red+Green+Blue) = 47+221+0=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 221 (86.72% from 255 or 82.46% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDD00 is #D022FF. Grayscale: #909090. Windows color (decimal): -13640448 or 56623. OLE color: 56623.

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

Color convert

RGB 47 221 0 -
CMYK 0.79 0 1 0.13
HSL 107.24º 1% 0.43% -
HSV(B) 107.24º 1% 0.87% -
XYZ 27.03 52.32 8.67 -
YUV 143.78 46.85 58.97 -
System Red Green Blue C M Y K H S L
Decimal 47 221 0 0.79 0 1 0.13 107.24 1 0.43
Hex 2F DD 0 4F 0 64 D 6B 64 2B
Octal 57 335 0 117 0 144 15 153 144 53
Binary 101111 11011101 0 1001111 0 1100100 1101 1101011 1100100 101011

Color Harmonies of #2FDD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD00

Black with #2FDD00

Text Example


Text Example

White with #2FDD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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