Html Css Color HEX #3FF10D Harlequin

📋 copy color: '#3FF10D'

red 63 ◦ green 241 ◦ blue 13

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

Shades of Harlequin #3FF10D

Tints of Harlequin #3FF10D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 76.03%

 BLUE value IS 13 (5.47% from 255) = 4.1%

R = 19.87%
G = 76.03%
B = 4.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#3FF10D (or 0x3FF10D) is known color: Harlequin. HEX triplet: 3F, F1 and 0D. RGB value is (63,241,13). Sum of RGB (Red+Green+Blue) = 63+241+13=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 241 (94.53% from 255 or 76.03% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF10D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF10D is #C00EF2. Grayscale: #A2A2A2. Windows color (decimal): -12586739 or 913727. OLE color: 913727.

HSL color Cylindrical-coordinate representation of color #3FF10D: hue angle of 106.84º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3FF10D is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 241 13 -
CMYK 0.74 0 0.95 0.05
HSL 106.84º 0.9% 0.5% -
HSV(B) 106.84º 0.95% 0.95% -
XYZ 33.58 64 10.96 -
YUV 161.79 44.03 57.54 -
System Red Green Blue C M Y K H S L
Decimal 63 241 13 0.74 0 0.95 0.05 106.84 0.9 0.5
Hex 3F F1 D 4A 0 5F 5 6B 5A 32
Octal 77 361 15 112 0 137 5 153 132 62
Binary 111111 11110001 1101 1001010 0 1011111 101 1101011 1011010 110010

Color Harmonies of #3FF10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF10D

Black with #3FF10D

Text Example


Text Example

White with #3FF10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,241,13); }

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

background-color css

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

 a { background-color: rgb(63,241,13); }

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

border-color css

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

 span { border-color: rgb(63,241,13); }

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