Html Css Color HEX #3CE314 Harlequin

📋 copy color: '#3CE314'

red 60 ◦ green 227 ◦ blue 20

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

Shades of Harlequin #3CE314

Tints of Harlequin #3CE314

RGB

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

 GREEN value IS 227 (89.06% from 255) = 73.94%

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

R = 19.54%
G = 73.94%
B = 6.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#3CE314 (or 0x3CE314) is known color: Harlequin. HEX triplet: 3C, E3 and 14. RGB value is (60,227,20). Sum of RGB (Red+Green+Blue) = 60+227+20=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 227 (89.06% from 255 or 73.94% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE314 is #C31CEB. Grayscale: #9A9A9A. Windows color (decimal): -12786924 or 1368892. OLE color: 1368892.

HSL color Cylindrical-coordinate representation of color #3CE314: hue angle of 108.41º 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 #3CE314 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 60 227 20 -
CMYK 0.74 0 0.91 0.11
HSL 108.41º 0.84% 0.48% -
HSV(B) 108.41º 0.91% 0.89% -
XYZ 29.46 55.95 9.91 -
YUV 153.47 52.67 61.33 -
System Red Green Blue C M Y K H S L
Decimal 60 227 20 0.74 0 0.91 0.11 108.41 0.84 0.48
Hex 3C E3 14 4A 0 5B B 6C 54 30
Octal 74 343 24 112 0 133 13 154 124 60
Binary 111100 11100011 10100 1001010 0 1011011 1011 1101100 1010100 110000

Color Harmonies of #3CE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE314

Black with #3CE314

Text Example


Text Example

White with #3CE314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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