Html Css Color HEX #3CE205 Harlequin

📋 copy color: '#3CE205'

red 60 ◦ green 226 ◦ blue 5

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

Shades of Harlequin #3CE205

Tints of Harlequin #3CE205

RGB

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

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

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

R = 20.62%
G = 77.66%
B = 1.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#3CE205 (or 0x3CE205) is known color: Harlequin. HEX triplet: 3C, E2 and 05. RGB value is (60,226,5). Sum of RGB (Red+Green+Blue) = 60+226+5=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 226 (88.67% from 255 or 77.66% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE205 is #C31DFA. Grayscale: #979797. Windows color (decimal): -12787195 or 385596. OLE color: 385596.

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

Color convert

RGB 60 226 5 -
CMYK 0.73 0 0.98 0.11
HSL 105.07º 0.96% 0.45% -
HSV(B) 105.07º 0.98% 0.89% -
XYZ 29.09 55.36 9.3 -
YUV 151.17 45.5 62.97 -
System Red Green Blue C M Y K H S L
Decimal 60 226 5 0.73 0 0.98 0.11 105.07 0.96 0.45
Hex 3C E2 5 49 0 62 B 69 60 2D
Octal 74 342 5 111 0 142 13 151 140 55
Binary 111100 11100010 101 1001001 0 1100010 1011 1101001 1100000 101101

Color Harmonies of #3CE205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE205

Black with #3CE205

Text Example


Text Example

White with #3CE205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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