Html Css Color HEX #3CD144 Lime Green

📋 copy color: '#3CD144'

red 60 ◦ green 209 ◦ blue 68

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

Shades of Lime Green #3CD144

Tints of Lime Green #3CD144

RGB

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

 GREEN value IS 209 (82.03% from 255) = 62.02%

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 17.8%
G = 62.02%
B = 20.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#3CD144 (or 0x3CD144) is known color: Lime Green. HEX triplet: 3C, D1 and 44. RGB value is (60,209,68). Sum of RGB (Red+Green+Blue) = 60+209+68=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 209 (82.03% from 255 or 62.02% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 209 - color contains mainly: green. Hex color #3CD144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD144 is #C32EBB. Grayscale: #949494. Windows color (decimal): -12791484 or 4510012. OLE color: 4510012.

HSL color Cylindrical-coordinate representation of color #3CD144: hue angle of 123.22º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD144 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 60 209 68 -
CMYK 0.71 0 0.67 0.18
HSL 123.22º 0.62% 0.53% -
HSV(B) 123.22º 0.71% 0.82% -
XYZ 25.71 46.98 13.18 -
YUV 148.38 82.64 64.96 -
System Red Green Blue C M Y K H S L
Decimal 60 209 68 0.71 0 0.67 0.18 123.22 0.62 0.53
Hex 3C D1 44 47 0 43 12 7B 3E 35
Octal 74 321 104 107 0 103 22 173 76 65
Binary 111100 11010001 1000100 1000111 0 1000011 10010 1111011 111110 110101

Color Harmonies of #3CD144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD144

Black with #3CD144

Text Example


Text Example

White with #3CD144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,209,68); }

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

background-color css

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

 a { background-color: rgb(60,209,68); }

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

border-color css

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

 span { border-color: rgb(60,209,68); }

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