Html Css Color HEX #3CDA48 Lime Green

📋 copy color: '#3CDA48'

red 60 ◦ green 218 ◦ blue 72

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

Shades of Lime Green #3CDA48

Tints of Lime Green #3CDA48

RGB

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

 GREEN value IS 218 (85.55% from 255) = 62.29%

 BLUE value IS 72 (28.52% from 255) = 20.57%

R = 17.14%
G = 62.29%
B = 20.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#3CDA48 (or 0x3CDA48) is known color: Lime Green. HEX triplet: 3C, DA and 48. RGB value is (60,218,72). Sum of RGB (Red+Green+Blue) = 60+218+72=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 218 (85.55% from 255 or 62.29% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDA48 is #C325B7. Grayscale: #9A9A9A. Windows color (decimal): -12789176 or 4774460. OLE color: 4774460.

HSL color Cylindrical-coordinate representation of color #3CDA48: hue angle of 124.56º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDA48 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 218 72 -
CMYK 0.72 0 0.67 0.15
HSL 124.56º 0.68% 0.55% -
HSV(B) 124.56º 0.72% 0.85% -
XYZ 28.1 51.57 14.6 -
YUV 154.11 81.65 60.87 -
System Red Green Blue C M Y K H S L
Decimal 60 218 72 0.72 0 0.67 0.15 124.56 0.68 0.55
Hex 3C DA 48 48 0 43 F 7D 44 37
Octal 74 332 110 110 0 103 17 175 104 67
Binary 111100 11011010 1001000 1001000 0 1000011 1111 1111101 1000100 110111

Color Harmonies of #3CDA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDA48

Black with #3CDA48

Text Example


Text Example

White with #3CDA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,218,72); }

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

background-color css

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

 a { background-color: rgb(60,218,72); }

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

border-color css

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

 span { border-color: rgb(60,218,72); }

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