Html Css Color HEX #3CD742 Lime Green

📋 copy color: '#3CD742'

red 60 ◦ green 215 ◦ blue 66

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

Shades of Lime Green #3CD742

Tints of Lime Green #3CD742

RGB

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

 GREEN value IS 215 (84.38% from 255) = 63.05%

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

R = 17.6%
G = 63.05%
B = 19.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#3CD742 (or 0x3CD742) is known color: Lime Green. HEX triplet: 3C, D7 and 42. RGB value is (60,215,66). Sum of RGB (Red+Green+Blue) = 60+215+66=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 215 (84.38% from 255 or 63.05% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 215 - color contains mainly: green. Hex color #3CD742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD742 is #C328BD. Grayscale: #989898. Windows color (decimal): -12789950 or 4380476. OLE color: 4380476.

HSL color Cylindrical-coordinate representation of color #3CD742: hue angle of 122.32º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD742 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 215 66 -
CMYK 0.72 0 0.69 0.16
HSL 122.32º 0.66% 0.54% -
HSV(B) 122.32º 0.72% 0.84% -
XYZ 27.15 49.95 13.37 -
YUV 151.67 79.65 62.62 -
System Red Green Blue C M Y K H S L
Decimal 60 215 66 0.72 0 0.69 0.16 122.32 0.66 0.54
Hex 3C D7 42 48 0 45 10 7A 42 36
Octal 74 327 102 110 0 105 20 172 102 66
Binary 111100 11010111 1000010 1001000 0 1000101 10000 1111010 1000010 110110

Color Harmonies of #3CD742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD742

Black with #3CD742

Text Example


Text Example

White with #3CD742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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