Html Css Color HEX #3CD420 Lime Green

📋 copy color: '#3CD420'

red 60 ◦ green 212 ◦ blue 32

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

Shades of Lime Green #3CD420

Tints of Lime Green #3CD420

RGB

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

 GREEN value IS 212 (83.2% from 255) = 69.74%

 BLUE value IS 32 (12.89% from 255) = 10.53%

R = 19.74%
G = 69.74%
B = 10.53%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#3CD420 (or 0x3CD420) is known color: Lime Green. HEX triplet: 3C, D4 and 20. RGB value is (60,212,32). Sum of RGB (Red+Green+Blue) = 60+212+32=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 212 (83.20% from 255 or 69.74% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 212 - color contains mainly: green. Hex color #3CD420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD420 is #C32BDF. Grayscale: #929292. Windows color (decimal): -12790752 or 2151484. OLE color: 2151484.

HSL color Cylindrical-coordinate representation of color #3CD420: hue angle of 110.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CD420 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 60 212 32 -
CMYK 0.72 0 0.85 0.17
HSL 110.67º 0.74% 0.48% -
HSV(B) 110.67º 0.85% 0.83% -
XYZ 25.67 48.15 9.31 -
YUV 146.03 63.64 66.64 -
System Red Green Blue C M Y K H S L
Decimal 60 212 32 0.72 0 0.85 0.17 110.67 0.74 0.48
Hex 3C D4 20 48 0 55 11 6F 4A 30
Octal 74 324 40 110 0 125 21 157 112 60
Binary 111100 11010100 100000 1001000 0 1010101 10001 1101111 1001010 110000

Color Harmonies of #3CD420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD420

Black with #3CD420

Text Example


Text Example

White with #3CD420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,212,32); }

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

background-color css

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

 a { background-color: rgb(60,212,32); }

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

border-color css

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

 span { border-color: rgb(60,212,32); }

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