Html Css Color HEX #3CC040 Lime Green

📋 copy color: '#3CC040'

red 60 ◦ green 192 ◦ blue 64

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

Shades of Lime Green #3CC040

Tints of Lime Green #3CC040

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.76%

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

R = 18.99%
G = 60.76%
B = 20.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#3CC040 (or 0x3CC040) is known color: Lime Green. HEX triplet: 3C, C0 and 40. RGB value is (60,192,64). Sum of RGB (Red+Green+Blue) = 60+192+64=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC040 is #C33FBF. Grayscale: #8A8A8A. Windows color (decimal): -12795840 or 4243516. OLE color: 4243516.

HSL color Cylindrical-coordinate representation of color #3CC040: hue angle of 121.82º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC040 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 192 64 -
CMYK 0.69 0 0.67 0.25
HSL 121.82º 0.52% 0.49% -
HSV(B) 121.82º 0.69% 0.75% -
XYZ 21.64 39.03 11.24 -
YUV 137.94 86.27 72.41 -
System Red Green Blue C M Y K H S L
Decimal 60 192 64 0.69 0 0.67 0.25 121.82 0.52 0.49
Hex 3C C0 40 45 0 43 19 7A 34 31
Octal 74 300 100 105 0 103 31 172 64 61
Binary 111100 11000000 1000000 1000101 0 1000011 11001 1111010 110100 110001

Color Harmonies of #3CC040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC040

Black with #3CC040

Text Example


Text Example

White with #3CC040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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