Html Css Color HEX #3CF90F Harlequin

📋 copy color: '#3CF90F'

red 60 ◦ green 249 ◦ blue 15

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

Shades of Harlequin #3CF90F

Tints of Harlequin #3CF90F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 76.85%

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

R = 18.52%
G = 76.85%
B = 4.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#3CF90F (or 0x3CF90F) is known color: Harlequin. HEX triplet: 3C, F9 and 0F. RGB value is (60,249,15). Sum of RGB (Red+Green+Blue) = 60+249+15=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 249 (97.66% from 255 or 76.85% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF90F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF90F is #C306F0. Grayscale: #A6A6A6. Windows color (decimal): -12781297 or 1046844. OLE color: 1046844.

HSL color Cylindrical-coordinate representation of color #3CF90F: hue angle of 108.46º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CF90F is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 249 15 -
CMYK 0.76 0 0.94 0.02
HSL 108.46º 0.95% 0.52% -
HSV(B) 108.46º 0.94% 0.98% -
XYZ 35.83 68.75 11.83 -
YUV 165.81 42.88 52.53 -
System Red Green Blue C M Y K H S L
Decimal 60 249 15 0.76 0 0.94 0.02 108.46 0.95 0.52
Hex 3C F9 F 4C 0 5E 2 6C 5F 34
Octal 74 371 17 114 0 136 2 154 137 64
Binary 111100 11111001 1111 1001100 0 1011110 10 1101100 1011111 110100

Color Harmonies of #3CF90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF90F

Black with #3CF90F

Text Example


Text Example

White with #3CF90F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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