Html Css Color HEX #3CFE0F Harlequin

📋 copy color: '#3CFE0F'

red 60 ◦ green 254 ◦ blue 15

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

Shades of Harlequin #3CFE0F

Tints of Harlequin #3CFE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.56%

R = 18.24%
G = 77.2%
B = 4.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#3CFE0F (or 0x3CFE0F) is known color: Harlequin. HEX triplet: 3C, FE and 0F. RGB value is (60,254,15). Sum of RGB (Red+Green+Blue) = 60+254+15=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 254 (99.61% from 255 or 77.20% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFE0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFE0F is #C301F0. Grayscale: #A9A9A9. Windows color (decimal): -12780017 or 1048124. OLE color: 1048124.

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

Color convert

RGB 60 254 15 -
CMYK 0.76 0 0.94 0.00
HSL 108.7º 0.99% 0.53% -
HSV(B) 108.7º 0.94% 1% -
XYZ 37.39 71.88 12.36 -
YUV 168.75 41.23 50.43 -
System Red Green Blue C M Y K H S L
Decimal 60 254 15 0.76 0 0.94 0.00 108.7 0.99 0.53
Hex 3C FE F 4C 0 5E 0 6D 63 35
Octal 74 376 17 114 0 136 0 155 143 65
Binary 111100 11111110 1111 1001100 0 1011110 0 1101101 1100011 110101

Color Harmonies of #3CFE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFE0F

Black with #3CFE0F

Text Example


Text Example

White with #3CFE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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