Html Css Color HEX #3CE704 Harlequin

📋 copy color: '#3CE704'

red 60 ◦ green 231 ◦ blue 4

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

Shades of Harlequin #3CE704

Tints of Harlequin #3CE704

RGB

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

 GREEN value IS 231 (90.63% from 255) = 78.31%

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 20.34%
G = 78.31%
B = 1.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#3CE704 (or 0x3CE704) is known color: Harlequin. HEX triplet: 3C, E7 and 04. RGB value is (60,231,4). Sum of RGB (Red+Green+Blue) = 60+231+4=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 231 (90.62% from 255 or 78.31% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE704 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CE704 is #C318FB. Grayscale: #9A9A9A. Windows color (decimal): -12785916 or 321340. OLE color: 321340.

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

Color convert

RGB 60 231 4 -
CMYK 0.74 0 0.98 0.09
HSL 105.2º 0.97% 0.46% -
HSV(B) 105.2º 0.98% 0.91% -
XYZ 30.46 58.12 9.73 -
YUV 153.99 43.35 60.96 -
System Red Green Blue C M Y K H S L
Decimal 60 231 4 0.74 0 0.98 0.09 105.2 0.97 0.46
Hex 3C E7 4 4A 0 62 9 69 61 2E
Octal 74 347 4 112 0 142 11 151 141 56
Binary 111100 11100111 100 1001010 0 1100010 1001 1101001 1100001 101110

Color Harmonies of #3CE704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE704

Black with #3CE704

Text Example


Text Example

White with #3CE704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,231,4); }

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

background-color css

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

 a { background-color: rgb(60,231,4); }

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

border-color css

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

 span { border-color: rgb(60,231,4); }

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