Html Css Color HEX #3CC84A Lime Green

📋 copy color: '#3CC84A'

red 60 ◦ green 200 ◦ blue 74

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

Shades of Lime Green #3CC84A

Tints of Lime Green #3CC84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 17.96%
G = 59.88%
B = 22.16%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#3CC84A (or 0x3CC84A) is known color: Lime Green. HEX triplet: 3C, C8 and 4A. RGB value is (60,200,74). Sum of RGB (Red+Green+Blue) = 60+200+74=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 200 (78.52% from 255 or 59.88% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC84A is #C337B5. Grayscale: #909090. Windows color (decimal): -12793782 or 4900924. OLE color: 4900924.

HSL color Cylindrical-coordinate representation of color #3CC84A: hue angle of 126º 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 #3CC84A is Cyan = 0.7, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 200 74 -
CMYK 0.7 0 0.63 0.22
HSL 126º 0.56% 0.51% -
HSV(B) 126º 0.7% 0.78% -
XYZ 23.75 42.76 13.48 -
YUV 143.78 88.62 68.25 -
System Red Green Blue C M Y K H S L
Decimal 60 200 74 0.7 0 0.63 0.22 126 0.56 0.51
Hex 3C C8 4A 46 0 3F 16 7E 38 33
Octal 74 310 112 106 0 77 26 176 70 63
Binary 111100 11001000 1001010 1000110 0 111111 10110 1111110 111000 110011

Color Harmonies of #3CC84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC84A

Black with #3CC84A

Text Example


Text Example

White with #3CC84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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