Html Css Color HEX #3CF819 Harlequin

📋 copy color: '#3CF819'

red 60 ◦ green 248 ◦ blue 25

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

Shades of Harlequin #3CF819

Tints of Harlequin #3CF819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.51%

R = 18.02%
G = 74.47%
B = 7.51%

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

#3CF819 (or 0x3CF819) is known color: Harlequin. HEX triplet: 3C, F8 and 19. RGB value is (60,248,25). Sum of RGB (Red+Green+Blue) = 60+248+25=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 248 (97.27% from 255 or 74.47% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF819 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF819 is #C307E6. Grayscale: #A7A7A7. Windows color (decimal): -12781543 or 1701948. OLE color: 1701948.

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

Color convert

RGB 60 248 25 -
CMYK 0.76 0 0.90 0.03
HSL 110.58º 0.94% 0.54% -
HSV(B) 110.58º 0.9% 0.97% -
XYZ 35.61 68.17 12.2 -
YUV 166.37 48.22 52.13 -
System Red Green Blue C M Y K H S L
Decimal 60 248 25 0.76 0 0.90 0.03 110.58 0.94 0.54
Hex 3C F8 19 4C 0 5A 3 6F 5E 36
Octal 74 370 31 114 0 132 3 157 136 66
Binary 111100 11111000 11001 1001100 0 1011010 11 1101111 1011110 110110

Color Harmonies of #3CF819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF819

Black with #3CF819

Text Example


Text Example

White with #3CF819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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