Html Css Color HEX #3DF012 Harlequin

📋 copy color: '#3DF012'

red 61 ◦ green 240 ◦ blue 18

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

Shades of Harlequin #3DF012

Tints of Harlequin #3DF012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.64%

R = 19.12%
G = 75.24%
B = 5.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#3DF012 (or 0x3DF012) is known color: Harlequin. HEX triplet: 3D, F0 and 12. RGB value is (61,240,18). Sum of RGB (Red+Green+Blue) = 61+240+18=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 240 (94.14% from 255 or 75.24% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF012 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF012 is #C20FED. Grayscale: #A1A1A1. Windows color (decimal): -12718062 or 1241149. OLE color: 1241149.

HSL color Cylindrical-coordinate representation of color #3DF012: hue angle of 108.38º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3DF012 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 240 18 -
CMYK 0.75 0 0.92 0.06
HSL 108.38º 0.88% 0.51% -
HSV(B) 108.38º 0.93% 0.94% -
XYZ 33.19 63.36 11.05 -
YUV 161.17 47.2 56.55 -
System Red Green Blue C M Y K H S L
Decimal 61 240 18 0.75 0 0.92 0.06 108.38 0.88 0.51
Hex 3D F0 12 4B 0 5C 6 6C 58 33
Octal 75 360 22 113 0 134 6 154 130 63
Binary 111101 11110000 10010 1001011 0 1011100 110 1101100 1011000 110011

Color Harmonies of #3DF012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF012

Black with #3DF012

Text Example


Text Example

White with #3DF012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,240,18); }

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

background-color css

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

 a { background-color: rgb(61,240,18); }

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

border-color css

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

 span { border-color: rgb(61,240,18); }

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