Html Css Color HEX #3CDA20 Lime Green

📋 copy color: '#3CDA20'

red 60 ◦ green 218 ◦ blue 32

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

Shades of Lime Green #3CDA20

Tints of Lime Green #3CDA20

RGB

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

 GREEN value IS 218 (85.55% from 255) = 70.32%

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

R = 19.35%
G = 70.32%
B = 10.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#3CDA20 (or 0x3CDA20) is known color: Lime Green. HEX triplet: 3C, DA and 20. RGB value is (60,218,32). Sum of RGB (Red+Green+Blue) = 60+218+32=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 218 (85.55% from 255 or 70.32% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDA20 is #C325DF. Grayscale: #969696. Windows color (decimal): -12789216 or 2153020. OLE color: 2153020.

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

Color convert

RGB 60 218 32 -
CMYK 0.72 0 0.85 0.15
HSL 110.97º 0.74% 0.49% -
HSV(B) 110.97º 0.85% 0.85% -
XYZ 27.2 51.21 9.82 -
YUV 149.55 61.65 64.12 -
System Red Green Blue C M Y K H S L
Decimal 60 218 32 0.72 0 0.85 0.15 110.97 0.74 0.49
Hex 3C DA 20 48 0 55 F 6F 4A 31
Octal 74 332 40 110 0 125 17 157 112 61
Binary 111100 11011010 100000 1001000 0 1010101 1111 1101111 1001010 110001

Color Harmonies of #3CDA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDA20

Black with #3CDA20

Text Example


Text Example

White with #3CDA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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