Html Css Color HEX #3CF409 Harlequin

📋 copy color: '#3CF409'

red 60 ◦ green 244 ◦ blue 9

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

Shades of Harlequin #3CF409

Tints of Harlequin #3CF409

RGB

 RED value IS 60 (23.83% from 255) = 19.17%

 GREEN value IS 244 (95.7% from 255) = 77.96%

 BLUE value IS 9 (3.91% from 255) = 2.88%

R = 19.17%
G = 77.96%
B = 2.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#3CF409 (or 0x3CF409) is known color: Harlequin. HEX triplet: 3C, F4 and 09. RGB value is (60,244,9). Sum of RGB (Red+Green+Blue) = 60+244+9=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 244 (95.70% from 255 or 77.96% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF409 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF409 is #C30BF6. Grayscale: #A2A2A2. Windows color (decimal): -12782583 or 652348. OLE color: 652348.

HSL color Cylindrical-coordinate representation of color #3CF409: hue angle of 106.98º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CF409 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 60 244 9 -
CMYK 0.75 0 0.96 0.04
HSL 106.98º 0.93% 0.5% -
HSV(B) 106.98º 0.96% 0.96% -
XYZ 34.26 65.68 11.13 -
YUV 162.19 41.54 55.11 -
System Red Green Blue C M Y K H S L
Decimal 60 244 9 0.75 0 0.96 0.04 106.98 0.93 0.5
Hex 3C F4 9 4B 0 60 4 6B 5D 32
Octal 74 364 11 113 0 140 4 153 135 62
Binary 111100 11110100 1001 1001011 0 1100000 100 1101011 1011101 110010

Color Harmonies of #3CF409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF409

Black with #3CF409

Text Example


Text Example

White with #3CF409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,244,9); }

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

background-color css

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

 a { background-color: rgb(60,244,9); }

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

border-color css

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

 span { border-color: rgb(60,244,9); }

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