Html Css Color HEX #3CE10B Harlequin

📋 copy color: '#3CE10B'

red 60 ◦ green 225 ◦ blue 11

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

Shades of Harlequin #3CE10B

Tints of Harlequin #3CE10B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 76.01%

 BLUE value IS 11 (4.69% from 255) = 3.72%

R = 20.27%
G = 76.01%
B = 3.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#3CE10B (or 0x3CE10B) is known color: Harlequin. HEX triplet: 3C, E1 and 0B. RGB value is (60,225,11). Sum of RGB (Red+Green+Blue) = 60+225+11=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 225 (88.28% from 255 or 76.01% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE10B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE10B is #C31EF4. Grayscale: #979797. Windows color (decimal): -12787445 or 778556. OLE color: 778556.

HSL color Cylindrical-coordinate representation of color #3CE10B: hue angle of 106.26º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CE10B is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 225 11 -
CMYK 0.73 0 0.95 0.12
HSL 106.26º 0.91% 0.46% -
HSV(B) 106.26º 0.95% 0.88% -
XYZ 28.85 54.84 9.38 -
YUV 151.27 48.84 62.9 -
System Red Green Blue C M Y K H S L
Decimal 60 225 11 0.73 0 0.95 0.12 106.26 0.91 0.46
Hex 3C E1 B 49 0 5F C 6A 5B 2E
Octal 74 341 13 111 0 137 14 152 133 56
Binary 111100 11100001 1011 1001001 0 1011111 1100 1101010 1011011 101110

Color Harmonies of #3CE10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE10B

Black with #3CE10B

Text Example


Text Example

White with #3CE10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,225,11); }

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

background-color css

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

 a { background-color: rgb(60,225,11); }

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

border-color css

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

 span { border-color: rgb(60,225,11); }

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