Html Css Color HEX #3CE40E Harlequin

📋 copy color: '#3CE40E'

red 60 ◦ green 228 ◦ blue 14

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

Shades of Harlequin #3CE40E

Tints of Harlequin #3CE40E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 75.5%

 BLUE value IS 14 (5.86% from 255) = 4.64%

R = 19.87%
G = 75.5%
B = 4.64%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#3CE40E (or 0x3CE40E) is known color: Harlequin. HEX triplet: 3C, E4 and 0E. RGB value is (60,228,14). Sum of RGB (Red+Green+Blue) = 60+228+14=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 228 (89.45% from 255 or 75.50% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 228 - color contains mainly: green. Hex color #3CE40E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE40E is #C31BF1. Grayscale: #9A9A9A. Windows color (decimal): -12786674 or 975932. OLE color: 975932.

HSL color Cylindrical-coordinate representation of color #3CE40E: hue angle of 107.1º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CE40E is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 60 228 14 -
CMYK 0.74 0 0.94 0.11
HSL 107.1º 0.88% 0.47% -
HSV(B) 107.1º 0.94% 0.89% -
XYZ 29.69 56.48 9.75 -
YUV 153.37 49.34 61.4 -
System Red Green Blue C M Y K H S L
Decimal 60 228 14 0.74 0 0.94 0.11 107.1 0.88 0.47
Hex 3C E4 E 4A 0 5E B 6B 58 2F
Octal 74 344 16 112 0 136 13 153 130 57
Binary 111100 11100100 1110 1001010 0 1011110 1011 1101011 1011000 101111

Color Harmonies of #3CE40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE40E

Black with #3CE40E

Text Example


Text Example

White with #3CE40E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,228,14); }

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

background-color css

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

 a { background-color: rgb(60,228,14); }

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

border-color css

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

 span { border-color: rgb(60,228,14); }

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