Html Css Color HEX #3CDC45 Lime Green

📋 copy color: '#3CDC45'

red 60 ◦ green 220 ◦ blue 69

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

Shades of Lime Green #3CDC45

Tints of Lime Green #3CDC45

RGB

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

 GREEN value IS 220 (86.33% from 255) = 63.04%

 BLUE value IS 69 (27.34% from 255) = 19.77%

R = 17.19%
G = 63.04%
B = 19.77%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#3CDC45 (or 0x3CDC45) is known color: Lime Green. HEX triplet: 3C, DC and 45. RGB value is (60,220,69). Sum of RGB (Red+Green+Blue) = 60+220+69=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDC45 is #C323BA. Grayscale: #9B9B9B. Windows color (decimal): -12788667 or 4578364. OLE color: 4578364.

HSL color Cylindrical-coordinate representation of color #3CDC45: hue angle of 123.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDC45 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 220 69 -
CMYK 0.73 0 0.69 0.14
HSL 123.38º 0.7% 0.55% -
HSV(B) 123.38º 0.73% 0.86% -
XYZ 28.53 52.58 14.27 -
YUV 154.95 79.49 60.28 -
System Red Green Blue C M Y K H S L
Decimal 60 220 69 0.73 0 0.69 0.14 123.38 0.7 0.55
Hex 3C DC 45 49 0 45 E 7B 46 37
Octal 74 334 105 111 0 105 16 173 106 67
Binary 111100 11011100 1000101 1001001 0 1000101 1110 1111011 1000110 110111

Color Harmonies of #3CDC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC45

Black with #3CDC45

Text Example


Text Example

White with #3CDC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,220,69); }

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

background-color css

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

 a { background-color: rgb(60,220,69); }

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

border-color css

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

 span { border-color: rgb(60,220,69); }

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