Html Css Color HEX #3CB740 Lime Green

📋 copy color: '#3CB740'

red 60 ◦ green 183 ◦ blue 64

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

Shades of Lime Green #3CB740

Tints of Lime Green #3CB740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 59.61%

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 19.54%
G = 59.61%
B = 20.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#3CB740 (or 0x3CB740) is known color: Lime Green. HEX triplet: 3C, B7 and 40. RGB value is (60,183,64). Sum of RGB (Red+Green+Blue) = 60+183+64=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB740 is #C348BF. Grayscale: #858585. Windows color (decimal): -12798144 or 4241212. OLE color: 4241212.

HSL color Cylindrical-coordinate representation of color #3CB740: hue angle of 121.95º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB740 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 60 183 64 -
CMYK 0.67 0 0.65 0.28
HSL 121.95º 0.51% 0.48% -
HSV(B) 121.95º 0.67% 0.72% -
XYZ 19.72 35.2 10.6 -
YUV 132.66 89.25 76.18 -
System Red Green Blue C M Y K H S L
Decimal 60 183 64 0.67 0 0.65 0.28 121.95 0.51 0.48
Hex 3C B7 40 43 0 41 1C 7A 33 30
Octal 74 267 100 103 0 101 34 172 63 60
Binary 111100 10110111 1000000 1000011 0 1000001 11100 1111010 110011 110000

Color Harmonies of #3CB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB740

Black with #3CB740

Text Example


Text Example

White with #3CB740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,183,64); }

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

background-color css

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

 a { background-color: rgb(60,183,64); }

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

border-color css

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

 span { border-color: rgb(60,183,64); }

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