Html Css Color HEX #3FF920 Harlequin

📋 copy color: '#3FF920'

red 63 ◦ green 249 ◦ blue 32

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

Shades of Harlequin #3FF920

Tints of Harlequin #3FF920

RGB

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

 GREEN value IS 249 (97.66% from 255) = 72.38%

 BLUE value IS 32 (12.89% from 255) = 9.3%

R = 18.31%
G = 72.38%
B = 9.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#3FF920 (or 0x3FF920) is known color: Harlequin. HEX triplet: 3F, F9 and 20. RGB value is (63,249,32). Sum of RGB (Red+Green+Blue) = 63+249+32=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 249 (97.66% from 255 or 72.38% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF920 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF920 is #C006DF. Grayscale: #A9A9A9. Windows color (decimal): -12584672 or 2160959. OLE color: 2160959.

HSL color Cylindrical-coordinate representation of color #3FF920: hue angle of 111.43º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3FF920 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 249 32 -
CMYK 0.75 0 0.87 0.02
HSL 111.43º 0.95% 0.55% -
HSV(B) 111.43º 0.87% 0.98% -
XYZ 36.19 68.91 12.76 -
YUV 168.65 50.88 52.64 -
System Red Green Blue C M Y K H S L
Decimal 63 249 32 0.75 0 0.87 0.02 111.43 0.95 0.55
Hex 3F F9 20 4B 0 57 2 6F 5F 37
Octal 77 371 40 113 0 127 2 157 137 67
Binary 111111 11111001 100000 1001011 0 1010111 10 1101111 1011111 110111

Color Harmonies of #3FF920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF920

Black with #3FF920

Text Example


Text Example

White with #3FF920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,249,32); }

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

background-color css

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

 a { background-color: rgb(63,249,32); }

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

border-color css

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

 span { border-color: rgb(63,249,32); }

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