Html Css Color HEX #3CFB08 Harlequin

📋 copy color: '#3CFB08'

red 60 ◦ green 251 ◦ blue 8

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

Shades of Harlequin #3CFB08

Tints of Harlequin #3CFB08

RGB

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

 GREEN value IS 251 (98.44% from 255) = 78.68%

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

R = 18.81%
G = 78.68%
B = 2.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#3CFB08 (or 0x3CFB08) is known color: Harlequin. HEX triplet: 3C, FB and 08. RGB value is (60,251,8). Sum of RGB (Red+Green+Blue) = 60+251+8=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 251 (98.44% from 255 or 78.68% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFB08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFB08 is #C304F7. Grayscale: #A6A6A6. Windows color (decimal): -12780792 or 588604. OLE color: 588604.

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

Color convert

RGB 60 251 8 -
CMYK 0.76 0 0.97 0.02
HSL 107.16º 0.97% 0.51% -
HSV(B) 107.16º 0.97% 0.98% -
XYZ 36.4 69.97 11.82 -
YUV 166.19 38.72 52.26 -
System Red Green Blue C M Y K H S L
Decimal 60 251 8 0.76 0 0.97 0.02 107.16 0.97 0.51
Hex 3C FB 8 4C 0 61 2 6B 61 33
Octal 74 373 10 114 0 141 2 153 141 63
Binary 111100 11111011 1000 1001100 0 1100001 10 1101011 1100001 110011

Color Harmonies of #3CFB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFB08

Black with #3CFB08

Text Example


Text Example

White with #3CFB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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