Html Css Color HEX #3CFE18 Harlequin

📋 copy color: '#3CFE18'

red 60 ◦ green 254 ◦ blue 24

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

Shades of Harlequin #3CFE18

Tints of Harlequin #3CFE18

RGB

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

 GREEN value IS 254 (99.61% from 255) = 75.15%

 BLUE value IS 24 (9.77% from 255) = 7.1%

R = 17.75%
G = 75.15%
B = 7.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#3CFE18 (or 0x3CFE18) is known color: Harlequin. HEX triplet: 3C, FE and 18. RGB value is (60,254,24). Sum of RGB (Red+Green+Blue) = 60+254+24=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 254 (99.61% from 255 or 75.15% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFE18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFE18 is #C301E7. Grayscale: #AAAAAA. Windows color (decimal): -12780008 or 1637948. OLE color: 1637948.

HSL color Cylindrical-coordinate representation of color #3CFE18: hue angle of 110.61º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CFE18 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB 60 254 24 -
CMYK 0.76 0 0.91 0.00
HSL 110.61º 0.99% 0.55% -
HSV(B) 110.61º 0.91% 1% -
XYZ 37.47 71.91 12.77 -
YUV 169.77 45.73 49.7 -
System Red Green Blue C M Y K H S L
Decimal 60 254 24 0.76 0 0.91 0.00 110.61 0.99 0.55
Hex 3C FE 18 4C 0 5B 0 6F 63 37
Octal 74 376 30 114 0 133 0 157 143 67
Binary 111100 11111110 11000 1001100 0 1011011 0 1101111 1100011 110111

Color Harmonies of #3CFE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFE18

Black with #3CFE18

Text Example


Text Example

White with #3CFE18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,254,24); }

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

background-color css

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

 a { background-color: rgb(60,254,24); }

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

border-color css

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

 span { border-color: rgb(60,254,24); }

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