Html Css Color HEX #3DF301 Harlequin

📋 copy color: '#3DF301'

red 61 ◦ green 243 ◦ blue 1

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

Shades of Harlequin #3DF301

Tints of Harlequin #3DF301

RGB

 RED value IS 61 (24.22% from 255) = 20%

 GREEN value IS 243 (95.31% from 255) = 79.67%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 20%
G = 79.67%
B = 0.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#3DF301 (or 0x3DF301) is known color: Harlequin. HEX triplet: 3D, F3 and 01. RGB value is (61,243,1). Sum of RGB (Red+Green+Blue) = 61+243+1=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 243 (95.31% from 255 or 79.67% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF301 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF301 is #C20CFE. Grayscale: #A1A1A1. Windows color (decimal): -12717311 or 127805. OLE color: 127805.

HSL color Cylindrical-coordinate representation of color #3DF301: hue angle of 105.12º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DF301 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 61 243 1 -
CMYK 0.75 0 1.00 0.05
HSL 105.12º 0.99% 0.48% -
HSV(B) 105.12º 1% 0.95% -
XYZ 33.98 65.1 10.8 -
YUV 160.99 37.7 56.68 -
System Red Green Blue C M Y K H S L
Decimal 61 243 1 0.75 0 1.00 0.05 105.12 0.99 0.48
Hex 3D F3 1 4B 0 64 5 69 63 30
Octal 75 363 1 113 0 144 5 151 143 60
Binary 111101 11110011 1 1001011 0 1100100 101 1101001 1100011 110000

Color Harmonies of #3DF301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF301

Black with #3DF301

Text Example


Text Example

White with #3DF301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,243,1); }

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

background-color css

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

 a { background-color: rgb(61,243,1); }

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

border-color css

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

 span { border-color: rgb(61,243,1); }

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