Html Css Color HEX #3CFF29 Harlequin

📋 copy color: '#3CFF29'

red 60 ◦ green 255 ◦ blue 41

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

Shades of Harlequin #3CFF29

Tints of Harlequin #3CFF29

RGB

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

 GREEN value IS 255 (100% from 255) = 71.63%

 BLUE value IS 41 (16.41% from 255) = 11.52%

R = 16.85%
G = 71.63%
B = 11.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#3CFF29 (or 0x3CFF29) is known color: Harlequin. HEX triplet: 3C, FF and 29. RGB value is (60,255,41). Sum of RGB (Red+Green+Blue) = 60+255+41=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFF29 is #C300D6. Grayscale: #ACACAC. Windows color (decimal): -12779735 or 2752316. OLE color: 2752316.

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

Color convert

RGB 60 255 41 -
CMYK 0.76 0 0.84 0
HSL 114.67º 1% 0.58% -
HSV(B) 114.67º 0.84% 1% -
XYZ 38.02 72.64 14.11 -
YUV 172.3 53.9 47.9 -
System Red Green Blue C M Y K H S L
Decimal 60 255 41 0.76 0 0.84 0 114.67 1 0.58
Hex 3C FF 29 4C 0 54 0 73 64 3A
Octal 74 377 51 114 0 124 0 163 144 72
Binary 111100 11111111 101001 1001100 0 1010100 0 1110011 1100100 111010

Color Harmonies of #3CFF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFF29

Black with #3CFF29

Text Example


Text Example

White with #3CFF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,255,41); }

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

background-color css

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

 a { background-color: rgb(60,255,41); }

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

border-color css

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

 span { border-color: rgb(60,255,41); }

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