Html Css Color HEX #3CDC39 Lime Green

📋 copy color: '#3CDC39'

red 60 ◦ green 220 ◦ blue 57

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

Shades of Lime Green #3CDC39

Tints of Lime Green #3CDC39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.91%

R = 17.8%
G = 65.28%
B = 16.91%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#3CDC39 (or 0x3CDC39) is known color: Lime Green. HEX triplet: 3C, DC and 39. RGB value is (60,220,57). Sum of RGB (Red+Green+Blue) = 60+220+57=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDC39 is #C323C6. Grayscale: #9A9A9A. Windows color (decimal): -12788679 or 3791932. OLE color: 3791932.

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

Color convert

RGB 60 220 57 -
CMYK 0.73 0 0.74 0.14
HSL 118.9º 0.7% 0.54% -
HSV(B) 118.9º 0.74% 0.86% -
XYZ 28.2 52.44 12.51 -
YUV 153.58 73.49 61.25 -
System Red Green Blue C M Y K H S L
Decimal 60 220 57 0.73 0 0.74 0.14 118.9 0.7 0.54
Hex 3C DC 39 49 0 4A E 77 46 36
Octal 74 334 71 111 0 112 16 167 106 66
Binary 111100 11011100 111001 1001001 0 1001010 1110 1110111 1000110 110110

Color Harmonies of #3CDC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC39

Black with #3CDC39

Text Example


Text Example

White with #3CDC39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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