Html Css Color HEX #3FF008 Harlequin

📋 copy color: '#3FF008'

red 63 ◦ green 240 ◦ blue 8

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

Shades of Harlequin #3FF008

Tints of Harlequin #3FF008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.57%

R = 20.26%
G = 77.17%
B = 2.57%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#3FF008 (or 0x3FF008) is known color: Harlequin. HEX triplet: 3F, F0 and 08. RGB value is (63,240,8). Sum of RGB (Red+Green+Blue) = 63+240+8=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 240 (94.14% from 255 or 77.17% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF008 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF008 is #C00FF7. Grayscale: #A1A1A1. Windows color (decimal): -12587000 or 585791. OLE color: 585791.

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

Color convert

RGB 63 240 8 -
CMYK 0.74 0 0.97 0.06
HSL 105.78º 0.94% 0.49% -
HSV(B) 105.78º 0.97% 0.94% -
XYZ 33.25 63.39 10.71 -
YUV 160.63 41.86 58.36 -
System Red Green Blue C M Y K H S L
Decimal 63 240 8 0.74 0 0.97 0.06 105.78 0.94 0.49
Hex 3F F0 8 4A 0 61 6 6A 5E 31
Octal 77 360 10 112 0 141 6 152 136 61
Binary 111111 11110000 1000 1001010 0 1100001 110 1101010 1011110 110001

Color Harmonies of #3FF008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF008

Black with #3FF008

Text Example


Text Example

White with #3FF008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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