Html Css Color HEX #3CE214 Harlequin

📋 copy color: '#3CE214'

red 60 ◦ green 226 ◦ blue 20

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

Shades of Harlequin #3CE214

Tints of Harlequin #3CE214

RGB

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

 GREEN value IS 226 (88.67% from 255) = 73.86%

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 19.61%
G = 73.86%
B = 6.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#3CE214 (or 0x3CE214) is known color: Harlequin. HEX triplet: 3C, E2 and 14. RGB value is (60,226,20). Sum of RGB (Red+Green+Blue) = 60+226+20=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 226 (88.67% from 255 or 73.86% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE214 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE214 is #C31DEB. Grayscale: #999999. Windows color (decimal): -12787180 or 1368636. OLE color: 1368636.

HSL color Cylindrical-coordinate representation of color #3CE214: hue angle of 108.35º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CE214 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 60 226 20 -
CMYK 0.73 0 0.91 0.11
HSL 108.35º 0.84% 0.48% -
HSV(B) 108.35º 0.91% 0.89% -
XYZ 29.19 55.4 9.82 -
YUV 152.88 53 61.75 -
System Red Green Blue C M Y K H S L
Decimal 60 226 20 0.73 0 0.91 0.11 108.35 0.84 0.48
Hex 3C E2 14 49 0 5B B 6C 54 30
Octal 74 342 24 111 0 133 13 154 124 60
Binary 111100 11100010 10100 1001001 0 1011011 1011 1101100 1010100 110000

Color Harmonies of #3CE214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE214

Black with #3CE214

Text Example


Text Example

White with #3CE214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,226,20); }

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

background-color css

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

 a { background-color: rgb(60,226,20); }

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

border-color css

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

 span { border-color: rgb(60,226,20); }

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