Html Css Color HEX #3CC840 Lime Green

📋 copy color: '#3CC840'

red 60 ◦ green 200 ◦ blue 64

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

Shades of Lime Green #3CC840

Tints of Lime Green #3CC840

RGB

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

 GREEN value IS 200 (78.52% from 255) = 61.73%

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

R = 18.52%
G = 61.73%
B = 19.75%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#3CC840 (or 0x3CC840) is known color: Lime Green. HEX triplet: 3C, C8 and 40. RGB value is (60,200,64). Sum of RGB (Red+Green+Blue) = 60+200+64=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 200 (78.52% from 255 or 61.73% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC840 is #C337BF. Grayscale: #8F8F8F. Windows color (decimal): -12793792 or 4245564. OLE color: 4245564.

HSL color Cylindrical-coordinate representation of color #3CC840: hue angle of 121.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC840 is Cyan = 0.7, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 200 64 -
CMYK 0.7 0 0.68 0.22
HSL 121.71º 0.56% 0.51% -
HSV(B) 121.71º 0.7% 0.78% -
XYZ 23.44 42.64 11.85 -
YUV 142.64 83.62 69.06 -
System Red Green Blue C M Y K H S L
Decimal 60 200 64 0.7 0 0.68 0.22 121.71 0.56 0.51
Hex 3C C8 40 46 0 44 16 7A 38 33
Octal 74 310 100 106 0 104 26 172 70 63
Binary 111100 11001000 1000000 1000110 0 1000100 10110 1111010 111000 110011

Color Harmonies of #3CC840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC840

Black with #3CC840

Text Example


Text Example

White with #3CC840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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