Html Css Color HEX #3CDB46 Lime Green

📋 copy color: '#3CDB46'

red 60 ◦ green 219 ◦ blue 70

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

Shades of Lime Green #3CDB46

Tints of Lime Green #3CDB46

RGB

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

 GREEN value IS 219 (85.94% from 255) = 62.75%

 BLUE value IS 70 (27.73% from 255) = 20.06%

R = 17.19%
G = 62.75%
B = 20.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#3CDB46 (or 0x3CDB46) is known color: Lime Green. HEX triplet: 3C, DB and 46. RGB value is (60,219,70). Sum of RGB (Red+Green+Blue) = 60+219+70=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 219 (85.94% from 255 or 62.75% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDB46 is #C324B9. Grayscale: #9A9A9A. Windows color (decimal): -12788922 or 4643644. OLE color: 4643644.

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

Color convert

RGB 60 219 70 -
CMYK 0.73 0 0.68 0.14
HSL 123.77º 0.69% 0.55% -
HSV(B) 123.77º 0.73% 0.86% -
XYZ 28.3 52.07 14.35 -
YUV 154.47 80.32 60.62 -
System Red Green Blue C M Y K H S L
Decimal 60 219 70 0.73 0 0.68 0.14 123.77 0.69 0.55
Hex 3C DB 46 49 0 44 E 7C 45 37
Octal 74 333 106 111 0 104 16 174 105 67
Binary 111100 11011011 1000110 1001001 0 1000100 1110 1111100 1000101 110111

Color Harmonies of #3CDB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDB46

Black with #3CDB46

Text Example


Text Example

White with #3CDB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,219,70); }

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

background-color css

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

 a { background-color: rgb(60,219,70); }

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

border-color css

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

 span { border-color: rgb(60,219,70); }

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