Html Css Color HEX #3CE605 Harlequin

📋 copy color: '#3CE605'

red 60 ◦ green 230 ◦ blue 5

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

Shades of Harlequin #3CE605

Tints of Harlequin #3CE605

RGB

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

 GREEN value IS 230 (90.23% from 255) = 77.97%

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 20.34%
G = 77.97%
B = 1.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#3CE605 (or 0x3CE605) is known color: Harlequin. HEX triplet: 3C, E6 and 05. RGB value is (60,230,5). Sum of RGB (Red+Green+Blue) = 60+230+5=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 230 (90.23% from 255 or 77.97% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 230 - color contains mainly: green. Hex color #3CE605 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CE605 is #C319FA. Grayscale: #9A9A9A. Windows color (decimal): -12786171 or 386620. OLE color: 386620.

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

Color convert

RGB 60 230 5 -
CMYK 0.74 0 0.98 0.10
HSL 105.33º 0.96% 0.46% -
HSV(B) 105.33º 0.98% 0.9% -
XYZ 30.19 57.57 9.66 -
YUV 153.52 44.18 61.3 -
System Red Green Blue C M Y K H S L
Decimal 60 230 5 0.74 0 0.98 0.10 105.33 0.96 0.46
Hex 3C E6 5 4A 0 62 A 69 60 2E
Octal 74 346 5 112 0 142 12 151 140 56
Binary 111100 11100110 101 1001010 0 1100010 1010 1101001 1100000 101110

Color Harmonies of #3CE605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE605

Black with #3CE605

Text Example


Text Example

White with #3CE605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,230,5); }

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

background-color css

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

 a { background-color: rgb(60,230,5); }

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

border-color css

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

 span { border-color: rgb(60,230,5); }

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