Html Css Color HEX #3CDA52 Lime Green

📋 copy color: '#3CDA52'

red 60 ◦ green 218 ◦ blue 82

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

Shades of Lime Green #3CDA52

Tints of Lime Green #3CDA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.78%

R = 16.67%
G = 60.56%
B = 22.78%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#3CDA52 (or 0x3CDA52) is known color: Lime Green. HEX triplet: 3C, DA and 52. RGB value is (60,218,82). Sum of RGB (Red+Green+Blue) = 60+218+82=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 218 (85.55% from 255 or 60.56% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDA52 is #C325AD. Grayscale: #9B9B9B. Windows color (decimal): -12789166 or 5429820. OLE color: 5429820.

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

Color convert

RGB 60 218 82 -
CMYK 0.72 0 0.62 0.15
HSL 128.35º 0.68% 0.55% -
HSV(B) 128.35º 0.72% 0.85% -
XYZ 28.46 51.71 16.46 -
YUV 155.25 86.65 60.06 -
System Red Green Blue C M Y K H S L
Decimal 60 218 82 0.72 0 0.62 0.15 128.35 0.68 0.55
Hex 3C DA 52 48 0 3E F 80 44 37
Octal 74 332 122 110 0 76 17 200 104 67
Binary 111100 11011010 1010010 1001000 0 111110 1111 10000000 1000100 110111

Color Harmonies of #3CDA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDA52

Black with #3CDA52

Text Example


Text Example

White with #3CDA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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