Html Css Color HEX #3CCD41 Lime Green

📋 copy color: '#3CCD41'

red 60 ◦ green 205 ◦ blue 65

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

Shades of Lime Green #3CCD41

Tints of Lime Green #3CCD41

RGB

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

 GREEN value IS 205 (80.47% from 255) = 62.12%

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

R = 18.18%
G = 62.12%
B = 19.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#3CCD41 (or 0x3CCD41) is known color: Lime Green. HEX triplet: 3C, CD and 41. RGB value is (60,205,65). Sum of RGB (Red+Green+Blue) = 60+205+65=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCD41 is #C332BE. Grayscale: #929292. Windows color (decimal): -12792511 or 4312380. OLE color: 4312380.

HSL color Cylindrical-coordinate representation of color #3CCD41: hue angle of 122.07º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCD41 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 205 65 -
CMYK 0.71 0 0.68 0.20
HSL 122.07º 0.59% 0.52% -
HSV(B) 122.07º 0.71% 0.8% -
XYZ 24.65 45 12.39 -
YUV 145.69 82.46 66.88 -
System Red Green Blue C M Y K H S L
Decimal 60 205 65 0.71 0 0.68 0.20 122.07 0.59 0.52
Hex 3C CD 41 47 0 44 14 7A 3B 34
Octal 74 315 101 107 0 104 24 172 73 64
Binary 111100 11001101 1000001 1000111 0 1000100 10100 1111010 111011 110100

Color Harmonies of #3CCD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCD41

Black with #3CCD41

Text Example


Text Example

White with #3CCD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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