Html Css Color HEX #3CDC28 Lime Green

📋 copy color: '#3CDC28'

red 60 ◦ green 220 ◦ blue 40

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

Shades of Lime Green #3CDC28

Tints of Lime Green #3CDC28

RGB

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

 GREEN value IS 220 (86.33% from 255) = 68.75%

 BLUE value IS 40 (16.02% from 255) = 12.5%

R = 18.75%
G = 68.75%
B = 12.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#3CDC28 (or 0x3CDC28) is known color: Lime Green. HEX triplet: 3C, DC and 28. RGB value is (60,220,40). Sum of RGB (Red+Green+Blue) = 60+220+40=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 220 (86.33% from 255 or 68.75% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDC28 is #C323D7. Grayscale: #989898. Windows color (decimal): -12788696 or 2677820. OLE color: 2677820.

HSL color Cylindrical-coordinate representation of color #3CDC28: hue angle of 113.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CDC28 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 220 40 -
CMYK 0.73 0 0.82 0.14
HSL 113.33º 0.72% 0.51% -
HSV(B) 113.33º 0.82% 0.86% -
XYZ 27.84 52.3 10.64 -
YUV 151.64 64.99 62.64 -
System Red Green Blue C M Y K H S L
Decimal 60 220 40 0.73 0 0.82 0.14 113.33 0.72 0.51
Hex 3C DC 28 49 0 52 E 71 48 33
Octal 74 334 50 111 0 122 16 161 110 63
Binary 111100 11011100 101000 1001001 0 1010010 1110 1110001 1001000 110011

Color Harmonies of #3CDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC28

Black with #3CDC28

Text Example


Text Example

White with #3CDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,220,40); }

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

background-color css

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

 a { background-color: rgb(60,220,40); }

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

border-color css

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

 span { border-color: rgb(60,220,40); }

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