Html Css Color HEX #3CF308 Harlequin

📋 copy color: '#3CF308'

red 60 ◦ green 243 ◦ blue 8

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

Shades of Harlequin #3CF308

Tints of Harlequin #3CF308

RGB

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

 GREEN value IS 243 (95.31% from 255) = 78.14%

 BLUE value IS 8 (3.52% from 255) = 2.57%

R = 19.29%
G = 78.14%
B = 2.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#3CF308 (or 0x3CF308) is known color: Harlequin. HEX triplet: 3C, F3 and 08. RGB value is (60,243,8). Sum of RGB (Red+Green+Blue) = 60+243+8=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 243 (95.31% from 255 or 78.14% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF308 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF308 is #C30CF7. Grayscale: #A2A2A2. Windows color (decimal): -12782840 or 586556. OLE color: 586556.

HSL color Cylindrical-coordinate representation of color #3CF308: hue angle of 106.72º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CF308 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 243 8 -
CMYK 0.75 0 0.97 0.05
HSL 106.72º 0.94% 0.49% -
HSV(B) 106.72º 0.97% 0.95% -
XYZ 33.96 65.08 11 -
YUV 161.49 41.37 55.61 -
System Red Green Blue C M Y K H S L
Decimal 60 243 8 0.75 0 0.97 0.05 106.72 0.94 0.49
Hex 3C F3 8 4B 0 61 5 6B 5E 31
Octal 74 363 10 113 0 141 5 153 136 61
Binary 111100 11110011 1000 1001011 0 1100001 101 1101011 1011110 110001

Color Harmonies of #3CF308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF308

Black with #3CF308

Text Example


Text Example

White with #3CF308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,243,8); }

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

background-color css

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

 a { background-color: rgb(60,243,8); }

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

border-color css

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

 span { border-color: rgb(60,243,8); }

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