Html Css Color HEX #3CF818 Harlequin

📋 copy color: '#3CF818'

red 60 ◦ green 248 ◦ blue 24

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

Shades of Harlequin #3CF818

Tints of Harlequin #3CF818

RGB

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

 GREEN value IS 248 (97.27% from 255) = 74.7%

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

R = 18.07%
G = 74.7%
B = 7.23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#3CF818 (or 0x3CF818) is known color: Harlequin. HEX triplet: 3C, F8 and 18. RGB value is (60,248,24). Sum of RGB (Red+Green+Blue) = 60+248+24=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 248 (97.27% from 255 or 74.70% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF818 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF818 is #C307E7. Grayscale: #A6A6A6. Windows color (decimal): -12781544 or 1636412. OLE color: 1636412.

HSL color Cylindrical-coordinate representation of color #3CF818: hue angle of 110.36º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CF818 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 60 248 24 -
CMYK 0.76 0 0.90 0.03
HSL 110.36º 0.94% 0.53% -
HSV(B) 110.36º 0.9% 0.97% -
XYZ 35.6 68.16 12.14 -
YUV 166.25 47.72 52.21 -
System Red Green Blue C M Y K H S L
Decimal 60 248 24 0.76 0 0.90 0.03 110.36 0.94 0.53
Hex 3C F8 18 4C 0 5A 3 6E 5E 35
Octal 74 370 30 114 0 132 3 156 136 65
Binary 111100 11111000 11000 1001100 0 1011010 11 1101110 1011110 110101

Color Harmonies of #3CF818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF818

Black with #3CF818

Text Example


Text Example

White with #3CF818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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