Html Css Color HEX #3CDD41 Lime Green

📋 copy color: '#3CDD41'

red 60 ◦ green 221 ◦ blue 65

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

Shades of Lime Green #3CDD41

Tints of Lime Green #3CDD41

RGB

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

 GREEN value IS 221 (86.72% from 255) = 63.87%

 BLUE value IS 65 (25.78% from 255) = 18.79%

R = 17.34%
G = 63.87%
B = 18.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#3CDD41 (or 0x3CDD41) is known color: Lime Green. HEX triplet: 3C, DD and 41. RGB value is (60,221,65). Sum of RGB (Red+Green+Blue) = 60+221+65=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 221 (86.72% from 255 or 63.87% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDD41 is #C322BE. Grayscale: #9B9B9B. Windows color (decimal): -12788415 or 4316476. OLE color: 4316476.

HSL color Cylindrical-coordinate representation of color #3CDD41: hue angle of 121.86º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDD41 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 221 65 -
CMYK 0.73 0 0.71 0.13
HSL 121.86º 0.7% 0.55% -
HSV(B) 121.86º 0.73% 0.87% -
XYZ 28.67 53.06 13.73 -
YUV 155.08 77.16 60.18 -
System Red Green Blue C M Y K H S L
Decimal 60 221 65 0.73 0 0.71 0.13 121.86 0.7 0.55
Hex 3C DD 41 49 0 47 D 7A 46 37
Octal 74 335 101 111 0 107 15 172 106 67
Binary 111100 11011101 1000001 1001001 0 1000111 1101 1111010 1000110 110111

Color Harmonies of #3CDD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDD41

Black with #3CDD41

Text Example


Text Example

White with #3CDD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,221,65); }

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

background-color css

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

 a { background-color: rgb(60,221,65); }

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

border-color css

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

 span { border-color: rgb(60,221,65); }

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