Html Css Color HEX #3CD942 Lime Green

📋 copy color: '#3CD942'

red 60 ◦ green 217 ◦ blue 66

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

Shades of Lime Green #3CD942

Tints of Lime Green #3CD942

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.27%

 BLUE value IS 66 (26.17% from 255) = 19.24%

R = 17.49%
G = 63.27%
B = 19.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#3CD942 (or 0x3CD942) is known color: Lime Green. HEX triplet: 3C, D9 and 42. RGB value is (60,217,66). Sum of RGB (Red+Green+Blue) = 60+217+66=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 217 (85.16% from 255 or 63.27% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 217 - color contains mainly: green. Hex color #3CD942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD942 is #C326BD. Grayscale: #999999. Windows color (decimal): -12789438 or 4380988. OLE color: 4380988.

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

Color convert

RGB 60 217 66 -
CMYK 0.72 0 0.70 0.15
HSL 122.29º 0.67% 0.54% -
HSV(B) 122.29º 0.72% 0.85% -
XYZ 27.66 50.98 13.54 -
YUV 152.84 78.99 61.78 -
System Red Green Blue C M Y K H S L
Decimal 60 217 66 0.72 0 0.70 0.15 122.29 0.67 0.54
Hex 3C D9 42 48 0 46 F 7A 43 36
Octal 74 331 102 110 0 106 17 172 103 66
Binary 111100 11011001 1000010 1001000 0 1000110 1111 1111010 1000011 110110

Color Harmonies of #3CD942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD942

Black with #3CD942

Text Example


Text Example

White with #3CD942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,217,66); }

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

background-color css

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

 a { background-color: rgb(60,217,66); }

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

border-color css

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

 span { border-color: rgb(60,217,66); }

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