Html Css Color HEX #3FF021 Harlequin

📋 copy color: '#3FF021'

red 63 ◦ green 240 ◦ blue 33

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

Shades of Harlequin #3FF021

Tints of Harlequin #3FF021

RGB

 RED value IS 63 (25% from 255) = 18.75%

 GREEN value IS 240 (94.14% from 255) = 71.43%

 BLUE value IS 33 (13.28% from 255) = 9.82%

R = 18.75%
G = 71.43%
B = 9.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#3FF021 (or 0x3FF021) is known color: Harlequin. HEX triplet: 3F, F0 and 21. RGB value is (63,240,33). Sum of RGB (Red+Green+Blue) = 63+240+33=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 240 (94.14% from 255 or 71.43% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF021 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF021 is #C00FDE. Grayscale: #A4A4A4. Windows color (decimal): -12586975 or 2224191. OLE color: 2224191.

HSL color Cylindrical-coordinate representation of color #3FF021: hue angle of 111.3º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FF021 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 240 33 -
CMYK 0.74 0 0.86 0.06
HSL 111.3º 0.87% 0.54% -
HSV(B) 111.3º 0.86% 0.94% -
XYZ 33.48 63.49 11.93 -
YUV 163.48 54.36 56.33 -
System Red Green Blue C M Y K H S L
Decimal 63 240 33 0.74 0 0.86 0.06 111.3 0.87 0.54
Hex 3F F0 21 4A 0 56 6 6F 57 36
Octal 77 360 41 112 0 126 6 157 127 66
Binary 111111 11110000 100001 1001010 0 1010110 110 1101111 1010111 110110

Color Harmonies of #3FF021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF021

Black with #3FF021

Text Example


Text Example

White with #3FF021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FF021; }

 p { color: rgb(63,240,33); }

 H1.HeaderClassName
 {
   color: #3FF021;
 }
 .AnyTagClassName
 {
   color: #3FF021;
 }
</style>

background-color css

<style>
 a { background-color: #3FF021; }

 a { background-color: rgb(63,240,33); }

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

border-color css

<style>
 span { border-color: #3FF021; }

 span { border-color: rgb(63,240,33); }

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