Html Css Color HEX #3FEA00 Harlequin

📋 copy color: '#3FEA00'

red 63 ◦ green 234 ◦ blue 0

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

Shades of Harlequin #3FEA00

Tints of Harlequin #3FEA00

RGB

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

 GREEN value IS 234 (91.8% from 255) = 78.79%

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

R = 21.21%
G = 78.79%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#3FEA00 (or 0x3FEA00) is known color: Harlequin. HEX triplet: 3F, EA and 00. RGB value is (63,234,0). Sum of RGB (Red+Green+Blue) = 63+234+0=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 234 (91.80% from 255 or 78.79% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEA00 is #C015FF. Grayscale: #9C9C9C. Windows color (decimal): -12588544 or 59967. OLE color: 59967.

HSL color Cylindrical-coordinate representation of color #3FEA00: hue angle of 103.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FEA00 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 234 0 -
CMYK 0.73 0 1 0.08
HSL 103.85º 1% 0.46% -
HSV(B) 103.85º 1% 0.92% -
XYZ 31.47 59.9 9.9 -
YUV 156.2 39.85 61.53 -
System Red Green Blue C M Y K H S L
Decimal 63 234 0 0.73 0 1 0.08 103.85 1 0.46
Hex 3F EA 0 49 0 64 8 68 64 2E
Octal 77 352 0 111 0 144 10 150 144 56
Binary 111111 11101010 0 1001001 0 1100100 1000 1101000 1100100 101110

Color Harmonies of #3FEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEA00

Black with #3FEA00

Text Example


Text Example

White with #3FEA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,234,0); }

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

background-color css

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

 a { background-color: rgb(63,234,0); }

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

border-color css

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

 span { border-color: rgb(63,234,0); }

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