Html Css Color HEX #3CFB2A Harlequin

📋 copy color: '#3CFB2A'

red 60 ◦ green 251 ◦ blue 42

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

Shades of Harlequin #3CFB2A

Tints of Harlequin #3CFB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 17%
G = 71.1%
B = 11.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#3CFB2A (or 0x3CFB2A) is known color: Harlequin. HEX triplet: 3C, FB and 2A. RGB value is (60,251,42). Sum of RGB (Red+Green+Blue) = 60+251+42=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 251 (98.44% from 255 or 71.10% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFB2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFB2A is #C304D5. Grayscale: #AAAAAA. Windows color (decimal): -12780758 or 2816828. OLE color: 2816828.

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

Color convert

RGB 60 251 42 -
CMYK 0.76 0 0.83 0.02
HSL 114.83º 0.96% 0.57% -
HSV(B) 114.83º 0.83% 0.98% -
XYZ 36.78 70.12 13.79 -
YUV 170.07 55.72 49.49 -
System Red Green Blue C M Y K H S L
Decimal 60 251 42 0.76 0 0.83 0.02 114.83 0.96 0.57
Hex 3C FB 2A 4C 0 53 2 73 60 39
Octal 74 373 52 114 0 123 2 163 140 71
Binary 111100 11111011 101010 1001100 0 1010011 10 1110011 1100000 111001

Color Harmonies of #3CFB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFB2A

Black with #3CFB2A

Text Example


Text Example

White with #3CFB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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