Html Css Color HEX #3CE914 Harlequin

📋 copy color: '#3CE914'

red 60 ◦ green 233 ◦ blue 20

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

Shades of Harlequin #3CE914

Tints of Harlequin #3CE914

RGB

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

 GREEN value IS 233 (91.41% from 255) = 74.44%

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

R = 19.17%
G = 74.44%
B = 6.39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#3CE914 (or 0x3CE914) is known color: Harlequin. HEX triplet: 3C, E9 and 14. RGB value is (60,233,20). Sum of RGB (Red+Green+Blue) = 60+233+20=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 233 (91.41% from 255 or 74.44% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 233 - color contains mainly: green. Hex color #3CE914 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CE914 is #C316EB. Grayscale: #9D9D9D. Windows color (decimal): -12785388 or 1370428. OLE color: 1370428.

HSL color Cylindrical-coordinate representation of color #3CE914: hue angle of 108.73º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CE914 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 60 233 20 -
CMYK 0.74 0 0.91 0.09
HSL 108.73º 0.84% 0.5% -
HSV(B) 108.73º 0.91% 0.91% -
XYZ 31.13 59.29 10.47 -
YUV 156.99 50.69 58.82 -
System Red Green Blue C M Y K H S L
Decimal 60 233 20 0.74 0 0.91 0.09 108.73 0.84 0.5
Hex 3C E9 14 4A 0 5B 9 6D 54 32
Octal 74 351 24 112 0 133 11 155 124 62
Binary 111100 11101001 10100 1001010 0 1011011 1001 1101101 1010100 110010

Color Harmonies of #3CE914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE914

Black with #3CE914

Text Example


Text Example

White with #3CE914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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