Html Css Color HEX #3CDA4D Lime Green

📋 copy color: '#3CDA4D'

red 60 ◦ green 218 ◦ blue 77

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

Shades of Lime Green #3CDA4D

Tints of Lime Green #3CDA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.69%

R = 16.9%
G = 61.41%
B = 21.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#3CDA4D (or 0x3CDA4D) is known color: Lime Green. HEX triplet: 3C, DA and 4D. RGB value is (60,218,77). Sum of RGB (Red+Green+Blue) = 60+218+77=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 218 (85.55% from 255 or 61.41% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDA4D is #C325B2. Grayscale: #9B9B9B. Windows color (decimal): -12789171 or 5102140. OLE color: 5102140.

HSL color Cylindrical-coordinate representation of color #3CDA4D: hue angle of 126.46º 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 #3CDA4D is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 218 77 -
CMYK 0.72 0 0.65 0.15
HSL 126.46º 0.68% 0.55% -
HSV(B) 126.46º 0.72% 0.85% -
XYZ 28.27 51.64 15.5 -
YUV 154.68 84.15 60.46 -
System Red Green Blue C M Y K H S L
Decimal 60 218 77 0.72 0 0.65 0.15 126.46 0.68 0.55
Hex 3C DA 4D 48 0 41 F 7E 44 37
Octal 74 332 115 110 0 101 17 176 104 67
Binary 111100 11011010 1001101 1001000 0 1000001 1111 1111110 1000100 110111

Color Harmonies of #3CDA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDA4D

Black with #3CDA4D

Text Example


Text Example

White with #3CDA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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